Vintageous
Vintageous copied to clipboard
Is ? and / search broken?
I have noticed that since the latest update neither / or ? are working, either on my home or work computer. Anyone else finding this to be the case?
Nope, works fine for me.
Lately, I was having problems as well. My search was broken as soon as I used j, or k. It would be fixed if I reset vintageous, but immediately break again when using those keys. After commenting out these lines in my .vintageousrc file
" Handling wrapping better
:map j gj
:map k gk
The problem has seemed to have gone away.
when search is in a broken state, the result of my search (as I'm typing) isn't highlighted. And the sublime search input window isn't in view, however I can see my search command in the status buffer(i see the slash, and my search words being typed). And I can only get the first result, n and shift+n do nothing after that.
Thank you for uncovering this, Mike! This was the case for me as well.
I might add that / and ? search breaks whenever I map j and k (i.e., whether I do it interactively or in the vintageousrc file). I use those mappings regularly for LaTeX files, so it is rather annoying to lose the Vintageous search function every time I do so.
For my reference: gj
and gk
are implemented very differently to j
and k
(because the API doesn't support moving by wrapped lines). This is most likely connected with this issue.
Yes, after remove the following settings in my Packages/User/.vintageousrc:
:map j gj :map k gk
"/" and "?" can work fine for me now. Thanks!
Would this also break if you have no .vintageousrc
, perhaps if you remapped jj
using the sublime mappings?
Mine seems to be broken as well, and I have no .vintageousrc
, I tried disabling the jj
command, still no luck.
Another comment, if I try typing :?search
I get an interesting error unclosed search pattern
, and as my search is broken I'm wondering if searching in Ex Mode ever worked in vintageous.