1
0
forked from aniani/vim

updated for version 7.0077

This commit is contained in:
Bram Moolenaar
2005-05-31 22:14:58 +00:00
parent a04f10b606
commit 5c06f8b043
14 changed files with 203 additions and 52 deletions

View File

@@ -3966,6 +3966,7 @@ gui_mch_destroy_sign(sign)
vim_free(sign);
}
}
#endif
#if defined(FEAT_BEVAL) || defined(PROTO)
@@ -4231,5 +4232,3 @@ netbeans_draw_multisign_indicator(int row)
SetPixel(s_hdc, x+2, y, gui.currFgColor);
}
#endif
#endif