commit | 33afa2447bdb0bdd15253c69a2cf6f9903685815 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 19:18:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 19:18:00 2020 +0200 |
tree | ce6c8c150686419faa6fb762f8ae22a2054a6d7b | |
parent | ac7bf8c4bfcbb157a2db6b939927bf11edb6ba7b [diff] [blame] |
patch 8.2.1320: Vim9: cannot declare some single letter variables Problem: Vim9: cannot declare some single letter variables. Solution: Do not recognize a colon for a namespace for single letter variables. (closes #6547)
diff --git a/src/version.c b/src/version.c index 4b53df3..b81ac06 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1320, +/**/ 1319, /**/ 1318,