Don't skip first search match after committing search query.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 24 Feb 2014 09:06:47 +0000 (10:06 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 24 Feb 2014 09:12:12 +0000 (10:12 +0100)
commit0a28c145cea84e61717853852a854675b1075953
tree5d0cae81007f86f4d5243eab4e5a5fd5bc1d4fa4
parent09c1a9d7ae8a47e5d5944e591e834795f5f37b07
Don't skip first search match after committing search query.

If the user typed the search text into inputbox, the search started. After the
search query was commited via <CR> the search went forward a match. But like
in vim the first found match should keep the first one after the search query
is commited.
src/command.c