1
0
forked from aniani/vim

patch 8.2.1961: various comments can be improved

Problem:    Various comments can be improved.
Solution:   Various comment adjustments.
This commit is contained in:
Bram Moolenaar
2020-11-05 20:50:51 +01:00
parent 0fd797eacd
commit 22286895fc
7 changed files with 9 additions and 3 deletions

View File

@@ -1242,7 +1242,6 @@ add_pixmap_args(vimmenu_T *menu, Arg *args, int n)
}
else
{
// Test_colorscheme()
if (menu->xpm_fname != NULL)
{
XtSetArg(args[n], XmNpixmapFile, menu->xpm_fname); n++;