commit | 83f37b91426b419a913aa4f42d041b2111b57864 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 14:35:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 14:35:01 2020 +0100 |
tree | 6d508483d9e6ca68f2cbab5d11a282003fe60c0a | |
parent | 8040a7147f5b896a702d1684e7831df107490f45 [diff] [blame] |
patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 script Problem: Vim9: :substitute(pat(repl does not work in Vim9 script. Solution: Remember starting with a colon. (closes #5676)
diff --git a/src/version.c b/src/version.c index 2c4f78b..49cdcc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 306, +/**/ 305, /**/ 304,