commit | e4358906fdbd0b2df1889dad49c79a9c8cee5ac4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 09 18:49:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 09 18:49:23 2020 +0200 |
tree | ef636a35fd2c4388b6dffa25d86009188a448334 | |
parent | 96916ac67ad9ed5d79ce87b099f9d01aa4c13745 [diff] [blame] |
patch 8.2.1165: insufficient testing for the Tcl interface Problem: Insufficient testing for the Tcl interface. Solution: Add more tests. (Yegappan Lakshmanan, closes #6423)
diff --git a/src/version.c b/src/version.c index f3e023f..06f3f27 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1165, +/**/ 1164, /**/ 1163,