commit | cf8441704d6e517bda1899f4afa82c6b4eecbaec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 19:44:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 19:44:06 2020 +0200 |
tree | 426b55ece4b23b41dfdbade5c64aeaafe3db8693 | |
parent | fc838d6cb0f22c77a6ee2befd034b593e1c5ea06 [diff] [blame] |
patch 8.2.1059: crash when using :tabonly in an autocommand Problem: Crash when using :tabonly in an autocommand. (Yegappan Lakshmanan) Solution: Do not allow the autocommand window to be closed.
diff --git a/src/version.c b/src/version.c index de8807a..aff4583 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1059, +/**/ 1058, /**/ 1057,