0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1348: build failure without the eval feature

Problem:    Build failure without the eval feature.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2020-08-01 21:11:38 +02:00
parent 909443028b
commit e4218b9416
2 changed files with 3 additions and 1 deletions

View File

@@ -8581,7 +8581,6 @@ eval_vars(
(long)(current_sctx.sc_lnum + SOURCING_LNUM));
result = strbuf;
break;
#endif
case SPEC_SID:
if (current_sctx.sc_sid <= 0)
@@ -8592,6 +8591,7 @@ eval_vars(
sprintf((char *)strbuf, "<SNR>%d_", current_sctx.sc_sid);
result = strbuf;
break;
#endif
#ifdef FEAT_CLIENTSERVER
case SPEC_CLIENT: // Source of last submitted input

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1348,
/**/
1347,
/**/