1
0
forked from aniani/vim

patch 9.0.0407: matchstr() does match column offset

Problem:    matchstr() does match column offset. (Yasuhiro Matsumoto)
Solution:   Accept line number zero. (closes #10938)
This commit is contained in:
Bram Moolenaar
2022-09-07 18:21:24 +01:00
parent 9667b2c888
commit 75a115e8d6
4 changed files with 17 additions and 2 deletions

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
407,
/**/
406,
/**/