* Marvin Renich <m...@renich.org> [171114 14:57]: > It suggests using [[:lower:][:upper:]] to do something close to what you > want (it will also find non-Russian letters). The help does not mention > any character class that includes exactly Russian letters, so the best > you are going to be able to do is [А-яЁё].
If encoding is cp1251, [[:alpha:]] might work (i.e. find ASCII and Russian letters, including Ё and ё), since that is an 8-bit encoding, but I haven't tried it. ...Marvin -- -- 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.