XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 596 forks source link

Substitute accented characters #287

Closed Janiczek closed 11 years ago

Janiczek commented 12 years ago

First of all, thanks for XVim! It's awesome :)

I found a bug with substituting. In code I have:

// --- zadání ---

I issue command

:%s/zadání/xxx/g

and nothing happens, other than Number of occurrences replaced 0.

This works:

:%s/zad/xxx/g
weaksauce commented 11 years ago

Should this be closed? It looks like pebble8888's fix was incorporated into the master branch a while ago.

Janiczek commented 11 years ago

Oh, sorry, didn't notice the fix. Yes, it works! Thanks :)