0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

Various small fixes from Dominique Pelle.

This commit is contained in:
Bram Moolenaar
2010-06-26 06:24:45 +02:00
parent 0eda7ac7f8
commit 644044794e
18 changed files with 1423 additions and 1100 deletions

View File

@@ -3494,7 +3494,7 @@ netbeans_draw_multisign_indicator(int row)
}
#endif /* FEAT_GUI_MOTIF */
#ifdef FEAT_GUI_GTK
#if defined(FEAT_GUI_GTK) && !defined(PROTO)
/*
* We have multiple signs to draw at the same location. Draw the
* multi-sign indicator instead. This is the GTK/Gnome version.