]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0407: matchstr() does match column offset v9.0.0407
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Sep 2022 17:21:24 +0000 (18:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Sep 2022 17:21:24 +0000 (18:21 +0100)
commit75a115e8d632e96b4f45dc5145ba261876a83dcf
tree31b49d9c295e0732eea955233ab1d0cbd7e9a649
parent9667b2c888351b04751bdb43cba0d4ffc8c13ab1
patch 9.0.0407: matchstr() does match column offset

Problem:    matchstr() does match column offset. (Yasuhiro Matsumoto)
Solution:   Accept line number zero. (closes #10938)
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c