summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-10-18 16:37:06 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-10-18 16:37:06 +0200
commit071df793ba4f0e07fdb609d89711d21cb52a836b (patch)
tree5986fa3c7182e20a2eefc9e28f091c4da0de071b
parente8e4edc8378d0673a72ebeaa195796a16d8510b2 (diff)
parent7181d3c9b3d16a152ec34d10be7ea5ca13fa2dba (diff)
downloadvim-071df793ba4f0e07fdb609d89711d21cb52a836b.tar.gz
vim-071df793ba4f0e07fdb609d89711d21cb52a836b.tar.bz2
vim-071df793ba4f0e07fdb609d89711d21cb52a836b.zip
Merge branch 'master' of git:system/configs/vim
-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