commit | a9e3d560877489acf751f99e045ab1d78e13249c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 08 12:31:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 08 12:31:35 2021 +0200 |
tree | 0b61653696b82adb6bcb97930963c3e860503288 | |
parent | af2d5d2ce26029a47547c05be964e749bb0310d0 [diff] [blame] |
patch 8.2.3413: Vim9: too many characters are allowed in import name Problem: Vim9: too many characters are allowed in import name. Solution: Disallow ':' and '#', check for white space. (closes #8845)
diff --git a/src/version.c b/src/version.c index 81845b7..7d810aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3413, +/**/ 3412, /**/ 3411,