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 63b9173 commit 6f6d58cCopy full SHA for 6f6d58c
src/ex_docmd.c
@@ -2331,7 +2331,10 @@ do_one_cmd(
2331
|| ea.cmdidx == CMD_global
2332
|| ea.cmdidx == CMD_vglobal
2333
|| ea.usefilter
2334
- || inside_block(&ea))
+#ifdef FEAT_EVAL
2335
+ || inside_block(&ea)
2336
+#endif
2337
+ )
2338
{
2339
for (p = ea.arg; *p; ++p)
2340
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3298,
760
/**/
761
3297,
762
0 commit comments