Re: [BUG] v:errmsg is set when opening gVim

2019-12-10 Fir de Conversatie Bram Moolenaar
Jason Franklin wrote: > Found a small bug. > > Reproduce: > > 1. gVim --clean > 2. :echo v:errmsg > > The error message is due to some missing error checking in menu.vim. I > updated the test for this script. > > I also noticed that delmenu.vim uses :silent! instead of :unlet!. The > latt

[BUG] v:errmsg is set when opening gVim

2019-12-10 Fir de Conversatie Jason Franklin
Greetings, Found a small bug. Reproduce: 1. gVim --clean 2. :echo v:errmsg The error message is due to some missing error checking in menu.vim. I updated the test for this script. I also noticed that delmenu.vim uses :silent! instead of :unlet!. The latter is preferable because it doesn't l