From 237a52729b69be0a526dc3e7429c2b3087b7d6f3 Mon Sep 17 00:00:00 2001 From: Matthew Reschke Date: Thu, 12 Mar 2015 18:54:36 -0500 Subject: [PATCH] Remove cleaning trailing white space --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 8a850b9..bb65bc6 100644 --- a/vimrc +++ b/vimrc @@ -330,7 +330,8 @@ nnoremap % vnoremap % " Strip all trailing whitespace from a file, using ,W -nnoremap W :%s/\s\+$//:let @/='' +" NO, makes toooo many edits to files +"nnoremap W :%s/\s\+$//:let @/='' " Use The Silver Searcher over grep, iff possible if executable('ag')