X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=5993bff360d6dea7766e06e228b16d6e293da2d7;hb=17d200db44f90264844be6c15fd70f2fef6af3d0;hp=5141f596c77e83b5e5cfcf74868df93aac3bdb98;hpb=95544c8b2416ea178887ea7aed81eaedbb1835f5;p=config%2Fdotfiles.git 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.