Patch 8.2.3344 (after 8.2.3343)
Problem:    Vimscript test fails.
Solution:   Have test verify first error instead of second
Files:      src/testdir/test_vimscript.vim


*** ../vim-8.2.3343/src/testdir/test_vimscript.vim      2021-06-17 
22:08:13.376738576 +0200
--- src/testdir/test_vimscript.vim      2021-08-14 15:15:14.262052338 +0200
***************
*** 5657,5663 ****
            call EXEC(cmd . ' novar #')         " normal plus syntax error
          catch /^Vim\((\a\+)\)\=:/
            Xloop 'e'
!           call assert_match('E488: Trailing characters', v:exception)
          finally
            Xloop 'f'
            call assert_equal("", v:errmsg)
--- 5657,5668 ----
            call EXEC(cmd . ' novar #')         " normal plus syntax error
          catch /^Vim\((\a\+)\)\=:/
            Xloop 'e'
!           if cmd =~ 'unlet'
!             " TODO: should get error for 'novar'
!             call assert_match('E488: Trailing characters', v:exception)
!           else
!             call assert_match('E121: Undefined variable: novar', v:exception)
!           endif
          finally
            Xloop 'f'
            call assert_equal("", v:errmsg)
*** ../vim-8.2.3343/src/version.c       2021-08-14 14:59:21.919933809 +0200
--- src/version.c       2021-08-14 15:08:41.566777989 +0200
***************
*** 757,758 ****
--- 757,760 ----
  {   /* Add new patch number below this line */
+ /**/
+     3344,
  /**/

-- 
ARTHUR: Charge!
   [They all charge with swords drawn towards the RABBIT.  A tremendous twenty
   second fight with Peckinpahish shots and borrowing heavily also on the
   Kung Fu and karate-type films ensues, in which some four KNIGHTS are
   comprehensively killed.]
ARTHUR: Run away!  Run away!
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202108141317.17EDHt7t3747265%40masaka.moolenaar.net.

Raspunde prin e-mail lui