changeset 306:7a47a1cc8687

Why the fuck was I doing that.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 00:48:02 -0700
parents a333541a5c74
children b09d451f3516
files vim/vimrc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Wed Jul 29 00:47:48 2015 -0700
+++ b/vim/vimrc	Wed Jul 29 00:48:02 2015 -0700
@@ -581,7 +581,6 @@
     let l = line(".")
     let c = col(".")
     %s/\s\+$//e
-    let @/=''
     call cursor(l, c)
 endfunction