commit | f5a48010ef9e47319185f1aaac1bc6d45cd4d47a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 17:00:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 17:00:03 2020 +0200 |
tree | cf15e3bf7d2370d598b48a0ca392744f806d4521 | |
parent | 2ec208172c37b06a6177e32359214e5e02bfbed5 [diff] [blame] |
patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error Problem: Vim9: accidentally using "x" gives a confusing error. Solution: Disallow using ":t" in Vim9 script. (issue #6399)
diff --git a/src/version.c b/src/version.c index 202ee2f..021487d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1342, +/**/ 1341, /**/ 1340,