2017-06-07 14:17 GMT+03:00 Christian Brabandt <vim-dev-git...@256bit.org>: > Hm, ё is 'ё' U+0451 Dec:1105 CYRILLIC SMALL LETTER IO (io) ё, while я > is > 'я' U+044F Dec:1103 CYRILLIC SMALL LETTER YA (ja) я. > Also Ё is 'Ё' U+0401 Dec:1025 CYRILLIC CAPITAL LETTER IO (IO) Ё, while > А is > 'А' U+0410 Dec:1040 CYRILLIC CAPITAL LETTER A (A=) А. > > So both letters are clearly out of your range. I would say Vim is correct > here.
Not correct, not semantically. What Vim does is deliberately ignoring LC_COLLATE while grep acts according to this category which puts “ё” between “е” and “ж” like in the Russian alphabet. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to vim_dev+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.