Closed Janiczek closed 11 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.
Number of occurrences replaced 0
This works:
:%s/zad/xxx/g
Should this be closed? It looks like pebble8888's fix was incorporated into the master branch a while ago.
Oh, sorry, didn't notice the fix. Yes, it works! Thanks :)
First of all, thanks for XVim! It's awesome :)
I found a bug with substituting. In code I have:
I issue command
and nothing happens, other than
Number of occurrences replaced 0
.This works: