summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-10-18 16:35:54 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-10-18 16:35:54 +0200
commit7181d3c9b3d16a152ec34d10be7ea5ca13fa2dba (patch)
tree7646622992e3948a50e5f588620ec9b1b856cebc
parentd8928a9ed0c1296a48424eed6a79d8b4e705b08f (diff)
downloadvim-7181d3c9b3d16a152ec34d10be7ea5ca13fa2dba.tar.gz
vim-7181d3c9b3d16a152ec34d10be7ea5ca13fa2dba.tar.bz2
vim-7181d3c9b3d16a152ec34d10be7ea5ca13fa2dba.zip
Always highlight trailing spaces.
-rw-r--r--after/ftplugin/mail.vim1
-rw-r--r--vimrc1
2 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/mail.vim b/after/ftplugin/mail.vim
index 549d368..45b8733 100644
--- a/after/ftplugin/mail.vim
+++ b/after/ftplugin/mail.vim
@@ -1,4 +1,3 @@
setl tw=78
setl fo=awq
setl comments+=nb:>
-match ErrorMsg '\s\+$'
diff --git a/vimrc b/vimrc
index 710a921..f20210a 100644
--- a/vimrc
+++ b/vimrc
@@ -6,6 +6,7 @@ colorscheme default-cterm
"let g:vimtex_matchparen_enabled=0
"let g:loaded_matchparen=1
+match ErrorMsg '\s\+$'
set ruler " show the cursor position all the time
set showcmd " display incomplete commands