comparison src/globals.h @ 17472:dfd87ef822aa v8.1.1734

patch 8.1.1734: the evalfunc.c file is too big commit https://github.com/vim/vim/commit/29b7d7a9aac591f920edb89241c8cde27378e50b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 22 23:03:57 2019 +0200 patch 8.1.1734: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move some functions to other files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jul 2019 23:15:05 +0200
parents cfdef48743ed
children 3e46860fd4c9
comparison
equal deleted inserted replaced
17471:c7151df86441 17472:dfd87ef822aa
1613 EXTERN char e_invalidreg[] INIT(= N_("E850: Invalid register name")); 1613 EXTERN char e_invalidreg[] INIT(= N_("E850: Invalid register name"));
1614 #endif 1614 #endif
1615 EXTERN char e_dirnotf[] INIT(= N_("E919: Directory not found in '%s': \"%s\"")); 1615 EXTERN char e_dirnotf[] INIT(= N_("E919: Directory not found in '%s': \"%s\""));
1616 EXTERN char e_au_recursive[] INIT(= N_("E952: Autocommand caused recursive behavior")); 1616 EXTERN char e_au_recursive[] INIT(= N_("E952: Autocommand caused recursive behavior"));
1617 #ifdef FEAT_MENU 1617 #ifdef FEAT_MENU
1618 EXTERN char e_menuothermode[] INIT(= N_("E328: Menu only exists in another mode")); 1618 EXTERN char e_menuothermode[] INIT(= N_("E328: Menu only exists in another mode"));
1619 #endif 1619 #endif
1620 EXTERN char e_invalwindow[] INIT(= N_("E957: Invalid window number"));
1621 EXTERN char e_listarg[] INIT(= N_("E686: Argument of %s must be a List"));
1620 1622
1621 #ifdef FEAT_GUI_MAC 1623 #ifdef FEAT_GUI_MAC
1622 EXTERN short disallow_gui INIT(= FALSE); 1624 EXTERN short disallow_gui INIT(= FALSE);
1623 #endif 1625 #endif
1624 1626