From: Simon Ruderich Date: Sun, 2 Dec 2012 20:52:48 +0000 (+0100) Subject: vimrc: Minor documentation update. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=60d723311eaa67848d3e1718fbcda808896ca5a0;p=config%2Fdotfiles.git vimrc: Minor documentation update. --- diff --git a/vimrc b/vimrc index 5141f59..5993bff 100644 --- a/vimrc +++ b/vimrc @@ -584,7 +584,7 @@ nnoremap ; :call setline(line('.'), getline('.') . ';') " and all nerds involved (godlygeek, strull in #vim on Freenode). if has('eval') function! s:VSetSearch() - let l:temp = @@ + let l:temp = @@ " unnamed register normal! gvy " Added \C to force 'noignorecase' while searching the current visual " selection. I want to search for the exact string in this case.