Blame vim-ftbfs-ccline.patch
|
Zdenek Dohnal |
aaafc3 |
diff -up vim-upstream/src/ex_getln.c.ftbfs-ccline vim-upstream/src/ex_getln.c
|
|
Zdenek Dohnal |
aaafc3 |
--- vim-upstream/src/ex_getln.c.ftbfs-ccline 2017-01-09 10:05:09.306922726 +0100
|
|
Zdenek Dohnal |
aaafc3 |
+++ vim-upstream/src/ex_getln.c 2017-01-09 10:06:31.846267643 +0100
|
|
Zdenek Dohnal |
aaafc3 |
@@ -212,7 +212,7 @@ getcmdline(
|
|
Zdenek Dohnal |
aaafc3 |
#endif
|
|
Zdenek Dohnal |
aaafc3 |
expand_T xpc;
|
|
Zdenek Dohnal |
aaafc3 |
long *b_im_ptr = NULL;
|
|
Zdenek Dohnal |
aaafc3 |
-#if defined(FEAT_WILDMENU) || defined(FEAT_EVAL) || defined(FEAT_SEARCH_EXTRA)
|
|
Zdenek Dohnal |
aaafc3 |
+#if defined(FEAT_WILDMENU) || defined(FEAT_EVAL) || defined(FEAT_SEARCH_EXTRA) || defined(FEAT_CMDWIN)
|
|
Zdenek Dohnal |
aaafc3 |
/* Everything that may work recursively should save and restore the
|
|
Zdenek Dohnal |
aaafc3 |
* current command line in save_ccline. That includes update_screen(), a
|
|
Zdenek Dohnal |
aaafc3 |
* custom status line may invoke ":normal". */
|