commit | b3ca98240761d8f320c5a49e077d1aac6496bb21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 14:43:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 14:43:58 2020 +0200 |
tree | bdbe7e3063fd01ba0f957fd3a48da3350c34ee4e | |
parent | 3896a105eb3697b1a399255ac31c742c8840bd69 [diff] [blame] |
patch 8.2.1404: Vim9: script test fails in the GUI Problem: Vim9: script test fails in the GUI. Solution: Use another key to map. Improve cleanup.
diff --git a/src/version.c b/src/version.c index ddd4354..4adf44f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1404, +/**/ 1403, /**/ 1402,