summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c246c65..d29ac09 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