diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-03-28 02:09:08 -0400 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-29 20:47:39 -0300 |
commit | d9f5cd6290755b0fc571c89db5f213844cbe9eef (patch) | |
tree | ae8e325f1cc2efbfc79cf59c7cc7f61e8ed38db8 /src/globals.h | |
parent | 28b3659955d154d04ac8e531b54f1ec32f3136a7 (diff) | |
download | rneovim-d9f5cd6290755b0fc571c89db5f213844cbe9eef.tar.gz rneovim-d9f5cd6290755b0fc571c89db5f213844cbe9eef.tar.bz2 rneovim-d9f5cd6290755b0fc571c89db5f213844cbe9eef.zip |
Re-integrate FEAT_SIGNS code, close #383
- omit FEAT_NETBEANS_INTG and FEAT_SIGN_ICONS
- omit FEAT_GUI blocks
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 56d2a24235..eb87aa90b1 100644 --- a/src/globals.h +++ b/src/globals.h @@ -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")); |