comparison src/version.c @ 26901:9805a7617981 v8.2.3979

patch 8.2.3979: Vim9: the feature is not mentioned in the right places Commit: https://github.com/vim/vim/commit/a6feb163f0295dfefb829d93ba3fa659b9c262b6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 2 12:06:33 2022 +0000 patch 8.2.3979: Vim9: the feature is not mentioned in the right places Problem: Vim9: the feature is not mentioned in the right places. Solution: Add +vim9script to the help and :version output.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jan 2022 13:15:03 +0100
parents f78ad6ee739a
children 5aa9e8db975c
comparison
equal deleted inserted replaced
26900:4f67cd3a713e 26901:9805a7617981
659 "+vartabs", 659 "+vartabs",
660 #else 660 #else
661 "-vartabs", 661 "-vartabs",
662 #endif 662 #endif
663 "+vertsplit", 663 "+vertsplit",
664 "+virtualedit", 664 "+vim9script",
665 "+visual",
666 "+visualextra",
667 #ifdef FEAT_VIMINFO 665 #ifdef FEAT_VIMINFO
668 "+viminfo", 666 "+viminfo",
669 #else 667 #else
670 "-viminfo", 668 "-viminfo",
671 #endif 669 #endif
670 "+virtualedit",
671 "+visual",
672 "+visualextra",
672 "+vreplace", 673 "+vreplace",
673 #ifdef MSWIN 674 #ifdef MSWIN
674 # ifdef FEAT_VTP 675 # ifdef FEAT_VTP
675 "+vtp", 676 "+vtp",
676 # else 677 # else
747 NULL 748 NULL
748 }; 749 };
749 750
750 static int included_patches[] = 751 static int included_patches[] =
751 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 3979,
752 /**/ 755 /**/
753 3978, 756 3978,
754 /**/ 757 /**/
755 3977, 758 3977,
756 /**/ 759 /**/