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 6046ade commit 6689df0Copy full SHA for 6689df0
2 files changed
src/ex_getln.c
@@ -1206,7 +1206,9 @@ cmdline_insert_reg(int *gotesc UNUSED)
1206
{
1207
int i;
1208
int c;
1209
+#ifdef FEAT_EVAL
1210
int save_new_cmdpos = new_cmdpos;
1211
+#endif
1212
1213
#ifdef USE_ON_FLY_SCROLL
1214
dont_scroll = TRUE; // disallow scrolling here
@@ -1265,7 +1267,9 @@ cmdline_insert_reg(int *gotesc UNUSED)
1265
1267
}
1266
1268
#endif
1269
1270
1271
new_cmdpos = save_new_cmdpos;
1272
1273
1274
// remove the double quote
1275
redrawcmd();
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 5149,
739
/**/
740
5148,
741
0 commit comments