]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2716: the equivalent class regexp is missing some characters v8.2.2716
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Apr 2021 11:59:53 +0000 (13:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Apr 2021 11:59:53 +0000 (13:59 +0200)
commit0b94e297afd072c51bf2eed12c7ffe3978d93399
treedbdfbf16f6a676b9f5c7d9c9fdce99f001a1b98b
parent886e5e737d0b2eea755c415a86997ca3b7fe5349
patch 8.2.2716: the equivalent class regexp is missing some characters

Problem:    The equivalent class regexp is missing some characters.
Solution:   Update the list of equivalent characters. (Dominique PellĂ©,
            closes #8029)
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_regexp_utf8.vim
src/version.c