t9md / atom-vim-mode-plus

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

Make ChangeCase not ignore non-ascii characters #1085

Closed zensoup closed 6 years ago

zensoup commented 6 years ago

By using \w to match characters, only ascii characters are transformed, ignoring characters with accents, etc. This regex is much uglier but includes Latin characters with accents as well as Russian, Greek, Armenian, Coptic and more. Solves #1054

t9md commented 6 years ago

released as v1.34.0.