mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.2331: the option.c file is still very big
Problem: The option.c file is still very big. Solution: Move a few functions to where they fit better. (Yegappan Lakshmanan, closes #4895)
This commit is contained in:
@@ -1249,7 +1249,6 @@ EXTERN int km_stopsel INIT(= FALSE);
|
||||
EXTERN int km_startsel INIT(= FALSE);
|
||||
|
||||
#ifdef FEAT_CMDWIN
|
||||
EXTERN int cedit_key INIT(= -1); // key value of 'cedit' option
|
||||
EXTERN int cmdwin_type INIT(= 0); // type of cmdline window or 0
|
||||
EXTERN int cmdwin_result INIT(= 0); // result of cmdline window or 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user