commit | 3896a105eb3697b1a399255ac31c742c8840bd69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 14:33:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 14:33:55 2020 +0200 |
tree | 6c01db70d33fdbd680389734dd19fc7a09027134 | |
parent | 94f6c06ac54401ea34a07f8c45242f11bd1e1e3a [diff] [blame] |
patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline window Problem: Vim9: Vim highlighting fails in cmdline window if it uses Vim9 commands. Solution: Allow using :vim9script, :import and :export while in the cmdline window. (closes #6656)
diff --git a/src/version.c b/src/version.c index 697a47c..ddd4354 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1403, +/**/ 1402, /**/ 1401,