commit | 95dd9f2571f09a915674133c73b471b0ebbdcdbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 19:28:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 19:28:08 2020 +0200 |
tree | ada5cf7b524ef8b0a2b58e8f30e7298f9d6912bb | |
parent | 994b89d28dc54c896e00eba66e247addb0540272 [diff] [blame] |
patch 8.2.1387: Vim9: cannot assign to single letter variable with type Problem: Vim9: cannot assign to single letter variable with type. Solution: Exclude the colon from the variable name. (closes #6647)
diff --git a/src/version.c b/src/version.c index e251ba8..11b6862 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1387, +/**/ 1386, /**/ 1385,