atom-isearch icon indicating copy to clipboard operation
atom-isearch copied to clipboard

Smart Case does not quite work with vim-mode-next history

Open mrthebob opened this issue 10 years ago • 1 comments

Regular searching does just fine. In vim-mode-next, I can type anything lower case or mixed case and find it, hit enter, and then use vim's "n" command to find the next occurrence (this is with Smart Case checked). However, once I try to perform a Smart Case search (it works), hit enter, and then type "n", it's like the history has been deleted. I suspect this is because it places the lower case version into the history, so when I try to do a repeat search, it searches only for the lower case version.

mrthebob avatar Jul 19 '15 04:07 mrthebob

I don't use vim-mode-next. I'm using vim-mode. And the issue you reported not happen in my environment. I can use SmartCase search and can use vim-mode's n. As far as I quickly checked search saving code, there is no difference between vim-mode and vim-mode-next.

So can you clarify

  • If issue still happen in pure vim-mode.
  • Describe reproducing procedure.

t9md avatar Jul 19 '15 07:07 t9md