]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2177: pattern "^" does not match if first character is combining v8.2.2177
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Dec 2020 13:54:32 +0000 (14:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Dec 2020 13:54:32 +0000 (14:54 +0100)
commitef2dff52de52c17fe1bd7c06cbb32d8955901f5a
tree4848275973ae52a3983f995a769bc09fd6304326
parent6a78f328442073c32d58eafc13ce5a1ca7729eeb
patch 8.2.2177: pattern "^" does not match if first character is combining

Problem:    Pattern "^" does not match if the first character in the line is
            combining. (Rene Kita)
Solution:   Do accept a match at the start of the line. (closes #6963)
src/regexp_nfa.c
src/testdir/test_regexp_utf8.vim
src/version.c