mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.3.925
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
This commit is contained in:
@@ -1344,7 +1344,7 @@ gui_mch_add_menu_item(menu, idx)
|
||||
else
|
||||
{
|
||||
/* Without shadows one can't sense whatever the button has been
|
||||
* pressed or not! However we wan't to save a bit of space...
|
||||
* pressed or not! However we want to save a bit of space...
|
||||
* Need the highlightThickness to see the focus.
|
||||
*/
|
||||
XtSetArg(args[n], XmNhighlightThickness, 1); n++;
|
||||
@@ -3205,7 +3205,7 @@ motif_get_toolbar_colors(bgp, fgp, bsp, tsp, hsp)
|
||||
# ifdef FEAT_FOOTER
|
||||
/*
|
||||
* The next toolbar enter/leave callbacks should really do balloon help. But
|
||||
* I have to use footer help for backwards compatability. Hopefully both will
|
||||
* I have to use footer help for backwards compatibility. Hopefully both will
|
||||
* get implemented and the user will have a choice.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user