commit | 56ce9ea3ea46529cac2fdf3151abfa0e1ae49bad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 18:35:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 18:35:29 2020 +0100 |
tree | ac0550cf30c9dc2b19febb43f03762b5bd67c739 | |
parent | f8103f274e828bdc2dcbc4d857f166f25e0a855e [diff] [blame] |
patch 8.2.2215: Vim9: not recognized in global command Problem: Vim9: not recognized in global command. Solution: Skip over pattern. (issue #7541)
diff --git a/src/version.c b/src/version.c index ff96523..8f9a54e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2215, +/**/ 2214, /**/ 2213,