Skip to content

Commit

Permalink
vim: vsearch: change map for VLToggle (to not slow down ",v")
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 16, 2012
1 parent d7c7a8f commit af167ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/plugin/vsearch.vim
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ vmap <kMultiply> *
nmap <silent> <Plug>VLToggle :let g:VeryLiteral = !g:VeryLiteral
\\| echo "VeryLiteral " . (g:VeryLiteral ? "On" : "Off")<CR>
if !hasmapto("<Plug>VLToggle")
nmap <unique> <Leader>vl <Plug>VLToggle
nmap <unique> <Leader>svl <Plug>VLToggle
endif
let &cpo = s:save_cpo | unlet s:save_cpo

0 comments on commit af167ca

Please sign in to comment.