guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Search does not work when cursor starts on the word you're searching for. #1022

Open jordwalke opened 8 years ago

jordwalke commented 8 years ago
    uniqueWordInFile

Imagine you have that word in your file. If you put your cursor in the middle of that word, then hit / and type uniqueWord, the word won't be found by incremental search - even though it's right under your nose (or cursor rather)!

If you search with the cursor one character to the right/left of that word, it will work.