Clarify that nvim has no built-in GUI

This commit is contained in:
Michael Reed
2015-03-24 21:29:47 -04:00
parent 6139c72251
commit baba9f7096
39 changed files with 40 additions and 41 deletions

View File

@@ -1125,7 +1125,7 @@ EXTERN char_u e_noalt[] INIT(= N_("E23: No alternate file"));
EXTERN char_u e_noabbr[] INIT(= N_("E24: No such abbreviation"));
EXTERN char_u e_nobang[] INIT(= N_("E477: No ! allowed"));
EXTERN char_u e_nogvim[] INIT(= N_(
"E25: GUI cannot be used: Not enabled at compile time"));
"E25: Nvim does not have built-in GUI"));
EXTERN char_u e_nogroup[] INIT(= N_("E28: No such highlight group name: %s"));
EXTERN char_u e_noinstext[] INIT(= N_("E29: No inserted text yet"));
EXTERN char_u e_nolastcmd[] INIT(= N_("E30: No previous command line"));