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