Patch 8.1.2038
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes #4941)
Files:      src/evalfunc.c, src/testdir/test_eval_stuff.vim


*** ../vim-8.1.2037/src/evalfunc.c      2019-09-15 14:32:49.556731456 +0200
--- src/evalfunc.c      2019-09-15 17:45:50.545124570 +0200
***************
*** 3771,3776 ****
--- 3771,3777 ----
        "vimscript-1",
        "vimscript-2",
        "vimscript-3",
+       "vimscript-4",
        "virtualedit",
        "visual",
        "visualextra",
*** ../vim-8.1.2037/src/testdir/test_eval_stuff.vim     2019-09-15 
14:32:49.556731456 +0200
--- src/testdir/test_eval_stuff.vim     2019-09-15 17:48:05.708688409 +0200
***************
*** 194,199 ****
--- 194,200 ----
  
  scriptversion 4
  func Test_vvar_scriptversion4()
+   call assert_true(has('vimscript-4'))
    call assert_equal(17, 017)
    call assert_equal(18, 018)
    call assert_equal(64, 0b1'00'00'00)
*** ../vim-8.1.2037/src/version.c       2019-09-15 17:26:04.940719209 +0200
--- src/version.c       2019-09-15 17:47:02.740892232 +0200
***************
*** 759,760 ****
--- 759,762 ----
  {   /* Add new patch number below this line */
+ /**/
+     2038,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
267. You get an extra phone line so you can get phone calls.

 /// 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/201909151549.x8FFnemj011081%40masaka.moolenaar.net.

Raspunde prin e-mail lui