t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 112 forks source link

problem with search-current-word #914

Open bhawkins opened 7 years ago

bhawkins commented 7 years ago

If I've got words with unicode characters, searching with "*" doesn't seem to work like in Vim. This key is bound to the search-current-word function. For example, if I have the text

λ = 0.238
λ
λ
λλ
λλ
λλ

I can't search for either the single- or double-lambda words. The Atom search (command-F) works, but on my keyboard I have to copy-paste the characters which is much less convenient than just hitting "*".

Check list

Atom : 1.18.0 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0

0.96.2

macOS El Capitan 10.11.6

t9md commented 7 years ago

Thanks for reporting , this has to be fixed.