summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 7b84af6153..022c40516d 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -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