mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
Re-integrate FEAT_SIGNS code, close #383
- omit FEAT_NETBEANS_INTG and FEAT_SIGN_ICONS - omit FEAT_GUI blocks
This commit is contained in:

committed by
Thiago de Arruda

parent
28b3659955
commit
d9f5cd6290
@@ -1081,6 +1081,7 @@ EXTERN char_u e_screenmode[] INIT(= N_(
|
||||
#endif
|
||||
EXTERN char_u e_scroll[] INIT(= N_("E49: Invalid scroll size"));
|
||||
EXTERN char_u e_shellempty[] INIT(= N_("E91: 'shell' option is empty"));
|
||||
EXTERN char_u e_signdata[] INIT(= N_("E255: Couldn't read in sign data!"));
|
||||
EXTERN char_u e_swapclose[] INIT(= N_("E72: Close error on swap file"));
|
||||
EXTERN char_u e_tagstack[] INIT(= N_("E73: tag stack empty"));
|
||||
EXTERN char_u e_toocompl[] INIT(= N_("E74: Command too complex"));
|
||||
|
Reference in New Issue
Block a user