comparison src/version.c @ 29881:0cc9a3001717 v9.0.0279

patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' Commit: https://github.com/vim/vim/commit/5416232707349d5f24294178f47544f2024b73ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 16:58:51 2022 +0100 patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' Problem: The tiny version has the popup menu but not 'wildmenu'. Solution: Graduate the wildmenu feature.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 18:00:05 +0200
parents 77141226eb2e
children 1342ee83ab97
comparison
equal deleted inserted replaced
29880:bd3aac5d1d9e 29881:0cc9a3001717
654 # else 654 # else
655 "-vtp", 655 "-vtp",
656 # endif 656 # endif
657 #endif 657 #endif
658 "+wildignore", 658 "+wildignore",
659 #ifdef FEAT_WILDMENU
660 "+wildmenu", 659 "+wildmenu",
661 #else
662 "-wildmenu",
663 #endif
664 "+windows", 660 "+windows",
665 #ifdef FEAT_WRITEBACKUP 661 #ifdef FEAT_WRITEBACKUP
666 "+writebackup", 662 "+writebackup",
667 #else 663 #else
668 "-writebackup", 664 "-writebackup",
717 NULL 713 NULL
718 }; 714 };
719 715
720 static int included_patches[] = 716 static int included_patches[] =
721 { /* Add new patch number below this line */ 717 { /* Add new patch number below this line */
718 /**/
719 279,
722 /**/ 720 /**/
723 278, 721 278,
724 /**/ 722 /**/
725 277, 723 277,
726 /**/ 724 /**/