Patch 8.2.3979
Problem: Vim9: the feature is not mentioned in the right places.
Solution: Add +vim9script to the help and :version output.
Files: runtime/doc/builtin.txt, runtime/doc/various.txt, src/version.c
*** ../vim-8.2.3978/runtime/doc/builtin.txt 2022-01-01 14:59:39.539684488
+0000
--- runtime/doc/builtin.txt 2022-01-02 11:59:36.926655856 +0000
***************
*** 10069,10074 ****
--- 10073,10079 ----
(always true)
vim_starting True while initial source'ing takes place. |startup|
*vim_starting*
+ vim9script Compiled with |Vim9| script support
viminfo Compiled with viminfo support.
vimscript-1 Compiled Vim script version 1 support
vimscript-2 Compiled Vim script version 2 support
*** ../vim-8.2.3978/runtime/doc/various.txt 2021-12-13 13:11:00.688262353
+0000
--- runtime/doc/various.txt 2022-01-02 12:02:57.882108988 +0000
***************
*** 471,485 ****
N *+textprop* |text-properties|
*+tgetent* non-Unix only: able to use external termcap
N *+timers* the |timer_start()| function
! N *+title* Setting the window 'title' and 'icon'; Always enabled
N *+toolbar* |gui-toolbar|
T *+user_commands* User-defined commands. |user-commands|
Always enabled since 8.1.1210.
B *+vartabs* Variable-width tabstops. |'vartabstop'|
! N *+viminfo* |'viminfo'|
! *+vertsplit* Vertically split windows |:vsplit|; Always
enabled
since 8.0.1118.
! N *+virtualedit* |'virtualedit'| Always enabled since 8.1.826.
T *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
T *+visualextra* extra Visual mode commands |blockwise-operators|
T *+vreplace* |gR| and |gr|
--- 471,486 ----
N *+textprop* |text-properties|
*+tgetent* non-Unix only: able to use external termcap
N *+timers* the |timer_start()| function
! T *+title* Setting the window 'title' and 'icon'; Always enabled
N *+toolbar* |gui-toolbar|
T *+user_commands* User-defined commands. |user-commands|
Always enabled since 8.1.1210.
B *+vartabs* Variable-width tabstops. |'vartabstop'|
! T *+vertsplit* Vertically split windows |:vsplit|; Always
enabled
since 8.0.1118.
! T *+vim9script* |Vim9| script
! N *+viminfo* |'viminfo'|
! T *+virtualedit* |'virtualedit'| Always enabled since 8.1.826.
T *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
T *+visualextra* extra Visual mode commands |blockwise-operators|
T *+vreplace* |gR| and |gr|
*** ../vim-8.2.3978/src/version.c 2022-01-02 01:04:04.472033094 +0000
--- src/version.c 2022-01-02 12:01:35.446334790 +0000
***************
*** 661,674 ****
"-vartabs",
#endif
"+vertsplit",
! "+virtualedit",
! "+visual",
! "+visualextra",
#ifdef FEAT_VIMINFO
"+viminfo",
#else
"-viminfo",
#endif
"+vreplace",
#ifdef MSWIN
# ifdef FEAT_VTP
--- 661,675 ----
"-vartabs",
#endif
"+vertsplit",
! "+vim9script",
#ifdef FEAT_VIMINFO
"+viminfo",
#else
"-viminfo",
#endif
+ "+virtualedit",
+ "+visual",
+ "+visualextra",
"+vreplace",
#ifdef MSWIN
# ifdef FEAT_VTP
*** ../vim-8.2.3978/src/version.c 2022-01-02 01:04:04.472033094 +0000
--- src/version.c 2022-01-02 12:01:35.446334790 +0000
***************
*** 751,752 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 3979,
/**/
--
hundred-and-one symptoms of being an internet addict:
188. You purchase a laptop so you can surf while sitting on the can.
/// 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/20220102120724.CB1931C11B3%40moolenaar.net.