commit | 75a115e8d632e96b4f45dc5145ba261876a83dcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 18:21:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 18:21:24 2022 +0100 |
tree | 31b49d9c295e0732eea955233ab1d0cbd7e9a649 | |
parent | 9667b2c888351b04751bdb43cba0d4ffc8c13ab1 [diff] [blame] |
patch 9.0.0407: matchstr() does match column offset Problem: matchstr() does match column offset. (Yasuhiro Matsumoto) Solution: Accept line number zero. (closes #10938)
diff --git a/src/version.c b/src/version.c index e4b0b09..92fd7e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 407, +/**/ 406, /**/ 405,