Patch 8.2.1626
Problem:    Test for strchars() fails with different error number.
Solution:   Adjust the error number.
Files:      src/testdir/test_utf8.vim


*** ../vim-8.2.1625/src/testdir/test_utf8.vim   2020-08-28 23:27:16.932923997 
+0200
--- src/testdir/test_utf8.vim   2020-09-06 17:11:43.401676698 +0200
***************
*** 21,27 ****
      call assert_equal(exp[i][2], strchars(inp[i], 1))
    endfor
    call assert_fails("let v=strchars('abc', [])", 'E745:')
!   call assert_fails("let v=strchars('abc', 2)", 'E474:')
  endfunc
  
  " Test for customlist completion
--- 21,27 ----
      call assert_equal(exp[i][2], strchars(inp[i], 1))
    endfor
    call assert_fails("let v=strchars('abc', [])", 'E745:')
!   call assert_fails("let v=strchars('abc', 2)", 'E1023:')
  endfunc
  
  " Test for customlist completion
*** ../vim-8.2.1625/src/version.c       2020-09-06 17:09:09.026021160 +0200
--- src/version.c       2020-09-06 17:12:32.157567567 +0200
***************
*** 756,757 ****
--- 756,759 ----
  {   /* Add new patch number below this line */
+ /**/
+     1626,
  /**/

-- 
Did you ever stop to think...  and forget to start again?
                                  -- Steven Wright

 /// Bram Moolenaar -- [email protected] -- 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    ///

-- 
-- 
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/202009061514.086FEL3v924434%40masaka.moolenaar.net.

Raspunde prin e-mail lui