From 60d723311eaa67848d3e1718fbcda808896ca5a0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 2 Dec 2012 21:52:48 +0100 Subject: [PATCH] vimrc: Minor documentation update. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.1