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 9094430 commit e4218b9Copy full SHA for e4218b9
2 files changed
src/ex_docmd.c
@@ -8581,7 +8581,6 @@ eval_vars(
8581
(long)(current_sctx.sc_lnum + SOURCING_LNUM));
8582
result = strbuf;
8583
break;
8584
-#endif
8585
8586
case SPEC_SID:
8587
if (current_sctx.sc_sid <= 0)
@@ -8592,6 +8591,7 @@ eval_vars(
8592
8591
sprintf((char *)strbuf, "<SNR>%d_", current_sctx.sc_sid);
8593
8594
+#endif
8595
8596
#ifdef FEAT_CLIENTSERVER
8597
case SPEC_CLIENT: // Source of last submitted input
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1348,
759
/**/
760
1347,
761
0 commit comments