We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de33011 commit 4d05040Copy full SHA for 4d05040
2 files changed
src/ex_getln.c
@@ -212,7 +212,8 @@ getcmdline(
212
#endif
213
expand_T xpc;
214
long *b_im_ptr = NULL;
215
-#if defined(FEAT_WILDMENU) || defined(FEAT_EVAL) || defined(FEAT_SEARCH_EXTRA)
+#if defined(FEAT_WILDMENU) || defined(FEAT_EVAL) \
216
+ || defined(FEAT_SEARCH_EXTRA) || defined(FEAT_CMDWIN)
217
/* Everything that may work recursively should save and restore the
218
* current command line in save_ccline. That includes update_screen(), a
219
* custom status line may invoke ":normal". */
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 161,
769
/**/
770
160,
771
0 commit comments