commit | ae616494d77e9930da703d65d12ac0abf6dc425f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 20:07:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 20:07:27 2020 +0200 |
tree | 37e2efd1d06148df39dd02f64c5d7136d0b1eba9 | |
parent | 0aac67a4314d72a29d3fbee91b6f0ba89e950462 [diff] [blame] |
patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit Problem: Vim9: accidentally using "x" causes Vim to exit. Solution: Disallow using ":x" or "xit" in Vim9 script. (closes #6399)
diff --git a/src/version.c b/src/version.c index 78aafb8..710c570 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1308, +/**/ 1307, /**/ 1306,