vis: improve <C-n> in visual mode
commit9e36e729cee27f2b13c2b72cd600968c2c5e874f
authorMarc André Tanner <mat@brain-dump.org>
Mon, 3 Feb 2020 13:25:02 +0000 (3 14:25 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Mon, 3 Feb 2020 13:25:02 +0000 (3 14:25 +0100)
tree72afd82051ea80fa94551c6f5f53f9d535ea8f25
parentd04ab3a885428c10276ade0f0a5995a034330a1f
vis: improve <C-n> in visual mode

If the existing primary selection is not a word, switch to a literal
search.  This should still avoid unwanted prefix matches (e.g. when
renaming related variables) but allow searching for arbitrary regions.

Fix #746
main.c