mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0271: using INIT() in non-header files
Problem: Using INIT() in non-header files. Solution: Remove INIT(). (closes #10981)
This commit is contained in:
@@ -59,7 +59,7 @@ static int empty_pattern_magic(char_u *pat, size_t len, magic_T magic_val);
|
||||
#ifdef FEAT_CMDWIN
|
||||
static int open_cmdwin(void);
|
||||
|
||||
static int cedit_key INIT(= -1); // key value of 'cedit' option
|
||||
static int cedit_key = -1; // key value of 'cedit' option
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user