To: vim_dev@googlegroups.com Subject: Patch 8.2.1016 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///