]> granicus.if.org Git - vim/commit
patch 8.2.2885: searching for \%'> does not match linewise end of line v8.2.2885
authorBram Moolenaar <Bram@vim.org>
Mon, 24 May 2021 20:56:15 +0000 (22:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 May 2021 20:56:15 +0000 (22:56 +0200)
commit872bee557e5f8ab0e4a523a6a845868a2801b17e
treed98b78f7384d6ba1a4861ea8b4911a8a9b2417a9
parent1e469c72ee2914fcffbcd49258036acdabd6f500
patch 8.2.2885: searching for \%'> does not match linewise end of line

Problem:    searching for \%'> does not match linewise end of line. (Tim Chase)
Solution:   Match end of line if column is MAXCOL. (closes #8238)
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_search.vim
src/version.c