forked from aniani/vim
patch 8.0.1479: insert mode completion state is confusing
Problem: Insert mode completion state is confusing. Solution: Move ctrl_x_mode into edit.c. Add CTRL_X_NORMAL for zero.
This commit is contained in:
@@ -964,7 +964,6 @@ EXTERN char_u *edit_submode INIT(= NULL); /* msg for CTRL-X submode */
|
||||
EXTERN char_u *edit_submode_pre INIT(= NULL); /* prepended to edit_submode */
|
||||
EXTERN char_u *edit_submode_extra INIT(= NULL);/* appended to edit_submode */
|
||||
EXTERN hlf_T edit_submode_highl; /* highl. method for extra info */
|
||||
EXTERN int ctrl_x_mode INIT(= 0); /* Which Ctrl-X mode are we in? */
|
||||
#endif
|
||||
|
||||
EXTERN int no_abbr INIT(= TRUE); /* TRUE when no abbreviations loaded */
|
||||
|
Reference in New Issue
Block a user