n/N restart the previous search if none is active
authorYoann Blein <yoann.blein@free.fr>
Sat, 28 Oct 2017 16:22:53 +0000 (18:22 +0200)
committerYoann Blein <yoann.blein@free.fr>
Sat, 28 Oct 2017 16:39:23 +0000 (18:39 +0200)
commit564c38e2ff78452c45a8a3ac9dc9b426e08f345e
tree0e5c0bd37767dbb306d79c7669ebd8e68fcb966c
parentc346c0c7be0f6d52a0cfc588e372709237858062
n/N restart the previous search if none is active

vimb no longer ignores n/N if no search is active. Instead, it restarts
a search with the same query that was used in the last search, just like
Vim does. This is very convenient when searching for the same query in
different pages.
src/command.c
src/main.c
src/main.h