[[:upper:]]*\{2,}* is not correctly applied, resulting in not finding what
is searched for...
Please refer to the below text fragment:
--------------------------------------------------------------------------
" Version: GVim 8.2.2148
" OS: Windows 7, 64-bit
" Test pattern
05. ПЕСНЯ О ГЕРОЯХ муз. А. Давиденко, М. Коваля и Б. Шехтера ...
05. PJESNJA O GJEROJAKH mus. A. Davidjenko, M. Kovalja i B. Shjekhtjera ...
" Use these as search expressions
/\<[[:upper:]]\+\> " Finds all uppercase letters
/\<[[:upper:]]\{2,}\> " Not finding what is searched for(!)
/\<[А-Я]\{2,}\> " Finds the specified range of cyrillic
letters
--------------------------------------------------------------------------
--
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/e5cfc415-7f91-4333-a72d-38729f220ee8n%40googlegroups.com.