comparison src/globals.h @ 21016:0738c44504cb v8.2.1059

patch 8.2.1059: crash when using :tabonly in an autocommand Commit: https://github.com/vim/vim/commit/cf8441704d6e517bda1899f4afa82c6b4eecbaec Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 26 19:44:06 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Jun 2020 19:45:07 +0200
parents 3af71cbcfdbe
children d9e0db9b2b99
comparison
equal deleted inserted replaced
21015:ab6fe3bdc65e 21016:0738c44504cb
1763 #ifdef FEAT_FLOAT 1763 #ifdef FEAT_FLOAT
1764 EXTERN char e_float_as_string[] INIT(= N_("E806: using Float as a String")); 1764 EXTERN char e_float_as_string[] INIT(= N_("E806: using Float as a String"));
1765 #endif 1765 #endif
1766 EXTERN char e_dirnotf[] INIT(= N_("E919: Directory not found in '%s': \"%s\"")); 1766 EXTERN char e_dirnotf[] INIT(= N_("E919: Directory not found in '%s': \"%s\""));
1767 EXTERN char e_au_recursive[] INIT(= N_("E952: Autocommand caused recursive behavior")); 1767 EXTERN char e_au_recursive[] INIT(= N_("E952: Autocommand caused recursive behavior"));
1768 EXTERN char e_autocmd_close[] INIT(= N_("E813: Cannot close autocmd or popup window"));
1768 #ifdef FEAT_MENU 1769 #ifdef FEAT_MENU
1769 EXTERN char e_menuothermode[] INIT(= N_("E328: Menu only exists in another mode")); 1770 EXTERN char e_menuothermode[] INIT(= N_("E328: Menu only exists in another mode"));
1770 #endif 1771 #endif
1771 EXTERN char e_invalwindow[] INIT(= N_("E957: Invalid window number")); 1772 EXTERN char e_invalwindow[] INIT(= N_("E957: Invalid window number"));
1772 EXTERN char e_listarg[] INIT(= N_("E686: Argument of %s must be a List")); 1773 EXTERN char e_listarg[] INIT(= N_("E686: Argument of %s must be a List"));