Problem: The name vim is not capatilized in a message.
Solution: Use "Vim" instead of "vim".
# endif
# endif
main_msg(_("-display <display>\tRun Vim on <display>"));
- main_msg(_("-iconic\t\tStart vim iconified"));
+ main_msg(_("-iconic\t\tStart Vim iconified"));
main_msg(_("-background <color>\tUse <color> for the background (also: -bg)"));
main_msg(_("-foreground <color>\tUse <color> for normal text (also: -fg)"));
main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)"));
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 744,
/**/
743,
/**/