othree / eregex.vim

Perl/Ruby style regexp notation for Vim
http://www.vim.org/scripts/script.php?script_id=3282
214 stars 18 forks source link

Perform previous search when search term is empty #10

Closed bendavis78 closed 10 years ago

bendavis78 commented 10 years ago

By default, the "/" and "?" commands in vim will search for the previous search term if no search is supplied.

othree commented 10 years ago

Thanks :)