summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-06-07 01:06:54 +0200
committerMiguel <m.i@gmx.at>2019-06-07 01:06:54 +0200
commit0dd6902c41db20adcf5e6710c2e44f426d4b9644 (patch)
tree8040047c33632577bbc111c3a37b5167de8d5c77
parent5d5111a9ea6a9b4cc80d12f624724ff5f16eea15 (diff)
do not show trailing white space per default
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c7d0e6d..d3b4d64 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -475,8 +475,9 @@ let g:miniBufExplMaxSize = 25
let g:intero_load_targets= ["twg"]
let g:ghcid_keep_open = 1
+
" show trailing whitespace per default:
-match ErrorMsg /\v +$/
+" match ErrorMsg /\v +$/
" let g:ackprg = 'ag --nogroup --nocolor --column'
let g:ackprg = 'ag --vimgrep'
@@ -494,4 +495,3 @@ let g:haskell_enable_static_pointers = 1 " to enable highlighting of `static`
let g:haskell_backpack = 1 " to enable highlighting of backpack keywords
" let g:haskell_classic_highlighting = 1
-