Patch 8.2.2140
Problem: Build failure with tiny features.
Solution: Add #ifdef.
Files: src/ex_docmd.c
*** ../vim-8.2.2139/src/ex_docmd.c 2020-12-13 17:50:16.730956512 +0100
--- src/ex_docmd.c 2020-12-13 19:21:32.012615663 +0100
***************
*** 3528,3533 ****
--- 3528,3534 ----
if (eap->cmdidx == CMD_final && p - eap->cmd == 4)
eap->cmdidx = CMD_finally;
+ #ifdef FEAT_EVAL
if (eap->cmdidx != CMD_SIZE && in_vim9script()
&& !IS_WHITE_OR_NUL(*p) && !ends_excmd(*p) && *p != '!'
&& (cmdnames[eap->cmdidx].cmd_argt & EX_NONWHITE_OK) == 0)
***************
*** 3535,3540 ****
--- 3536,3542 ----
semsg(_(e_command_not_followed_by_white_space_str), eap->cmd);
eap->cmdidx = CMD_SIZE;
}
+ #endif
return p;
}
*** ../vim-8.2.2139/src/version.c 2020-12-13 18:44:39.741837064 +0100
--- src/version.c 2020-12-13 19:22:09.976472789 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2140,
/**/
--
The Characters and incidents portrayed and the names used are fictitious and
any similarity to the names, characters, or history of any person is entirely
accidental and unintentional.
Signed RICHARD M. NIXON
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- Br...@Moolenaar.net --
http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features --
http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language --
http://www.Zimbu.org ///
\\\ help me help AIDS victims --
http://ICCF-Holland.org ///