comparison src/globals.h @ 20587:f502455965c0 v8.2.0847

patch 8.2.0847: typval related code is spread out Commit: https://github.com/vim/vim/commit/367d59e6ba65cf554d167933775fa17e40dcc6a7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 17:06:14 2020 +0200 patch 8.2.0847: typval related code is spread out Problem: Typval related code is spread out. Solution: Move code to new typval.c file. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6093)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 17:15:03 +0200
parents 5995db0fe84a
children 68c206d3a251
comparison
equal deleted inserted replaced
20586:fed0050be1a1 20587:f502455965c0
1746 EXTERN char e_notset[] INIT(= N_("E764: Option '%s' is not set")); 1746 EXTERN char e_notset[] INIT(= N_("E764: Option '%s' is not set"));
1747 #endif 1747 #endif
1748 #ifndef FEAT_CLIPBOARD 1748 #ifndef FEAT_CLIPBOARD
1749 EXTERN char e_invalidreg[] INIT(= N_("E850: Invalid register name")); 1749 EXTERN char e_invalidreg[] INIT(= N_("E850: Invalid register name"));
1750 #endif 1750 #endif
1751 #ifdef FEAT_FLOAT
1752 EXTERN char e_float_as_string[] INIT(= N_("E806: using Float as a String"));
1753 #endif
1751 EXTERN char e_dirnotf[] INIT(= N_("E919: Directory not found in '%s': \"%s\"")); 1754 EXTERN char e_dirnotf[] INIT(= N_("E919: Directory not found in '%s': \"%s\""));
1752 EXTERN char e_au_recursive[] INIT(= N_("E952: Autocommand caused recursive behavior")); 1755 EXTERN char e_au_recursive[] INIT(= N_("E952: Autocommand caused recursive behavior"));
1753 #ifdef FEAT_MENU 1756 #ifdef FEAT_MENU
1754 EXTERN char e_menuothermode[] INIT(= N_("E328: Menu only exists in another mode")); 1757 EXTERN char e_menuothermode[] INIT(= N_("E328: Menu only exists in another mode"));
1755 #endif 1758 #endif