]> granicus.if.org Git - vim/commit
patch 9.0.0414: matchstr() still does not match column offset v9.0.0414
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2022 11:17:06 +0000 (12:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2022 11:17:06 +0000 (12:17 +0100)
commit753aead960f163d0d3f8ce523ea523f2e0cec06d
treeb8095e475cf64797ad6c18be85388ab142750283
parentb0d12e63e8c763ce940dc4c162111fedde2507ef
patch 9.0.0414: matchstr() still does not match column offset

Problem:    matchstr() still does not match column offset when done after a
            text search.
Solution:   Only use the line number for a multi-line search.  Fix the test.
            (closes #10938)
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c