prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 160 forks source link

:set ignorecase and :set ic ignored #147

Open clach04 opened 1 year ago

clach04 commented 1 year ago

I just pulled down a checkout of e8a2d69c1123f3f8a45bcc0e58c755af56d107f7 (Fri Dec 25 06:44:41 2020 +1100)

And ignore case is not working for me with a search. I can see there is code implemented for this https://github.com/prompt-toolkit/pyvim/blob/44937c508397486722e2e6d8c044792a818acfe3/pyvim/commands/commands.py#L568 (not had chance to debug yet), anyone else seeing this?

Version displayed: version 3.0.3, prompt_toolkit 3.0.38

Seen with:

Not seen working anywhere yet.

clach04 commented 1 year ago

BTW recently found this and love the IO backend implementation, I think I can use this with one of my projects which I'm excited about :-)