Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Use gv to simplify selecting
Browse files Browse the repository at this point in the history
  • Loading branch information
5long committed Oct 24, 2011
1 parent 1db235c commit 13fad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/ryve.vim
Expand Up @@ -5,7 +5,7 @@ let g:loaded_ryve = 1

function! s:SearchByMotion(type, ...)
let l:saved_unnamed_reg = @"
silent normal! `[v`]y
silent normal! gvy
let @/ = @"
call search(@")
let @" = l:saved_unnamed_reg
Expand Down

0 comments on commit 13fad60

Please sign in to comment.