Vintageous icon indicating copy to clipboard operation
Vintageous copied to clipboard

Is ? and / search broken?

Open escherpf opened this issue 10 years ago • 7 comments

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?

escherpf avatar Oct 20 '14 19:10 escherpf

Nope, works fine for me.

silouanwright avatar Oct 22 '14 17:10 silouanwright

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.

mikedmcfarland avatar Dec 05 '14 00:12 mikedmcfarland

Thank you for uncovering this, Mike! This was the case for me as well.

escherpf avatar Dec 19 '14 14:12 escherpf

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.

escherpf avatar Dec 19 '14 14:12 escherpf

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.

guillermooo avatar Dec 22 '14 13:12 guillermooo

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!

guoqiao avatar Mar 05 '15 23:03 guoqiao

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.

Saevon avatar Aug 24 '16 23:08 Saevon