Patch 8.2.1016

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 19, 2020, 4:36:18 PM6/19/20
to vim...@googlegroups.com

Patch 8.2.1016
Problem: Vim9: test fails when channel feature is missing.
Solution: Process an :if command when skipping
Files: src/vim9compile.c


*** ../vim-8.2.1015/src/vim9compile.c 2020-06-18 20:50:06.349864243 +0200
--- src/vim9compile.c 2020-06-19 22:32:23.406561338 +0200
***************
*** 6838,6843 ****
--- 6838,6844 ----
p = skipwhite(p);

if (cctx.ctx_skip == SKIP_YES
+ && ea.cmdidx != CMD_if
&& ea.cmdidx != CMD_elseif
&& ea.cmdidx != CMD_else
&& ea.cmdidx != CMD_endif)
*** ../vim-8.2.1015/src/version.c 2020-06-19 21:46:48.534308768 +0200
--- src/version.c 2020-06-19 22:33:55.794296425 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1016,
/**/

--
TIM: Too late.
ARTHUR: What?
TIM: There he is!
[They all turn, and see a large white RABBIT lollop a few yards out of the
cave. Accompanied by terrifying chord and jarring metallic monster noise.]
"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 ///
Reply all
Reply to author
Forward
0 new messages