1
0
forked from aniani/vim

patch 9.0.0141: "delmenu" does not remove autocmmands

Problem:    "delmenu" does not remove autocmmands. Running menu test function
            alone fails.
Solution:   Delete autocommands Make sure there is at least one menu.
            (closes #10848)
This commit is contained in:
zeertzjq
2022-08-05 10:52:30 +01:00
committed by Bram Moolenaar
parent 3d3f6ac098
commit 206fce307b
3 changed files with 31 additions and 6 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
141,
/**/
140,
/**/