mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.2-296
This commit is contained in:
@@ -3151,7 +3151,7 @@ usage()
|
|||||||
main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
|
main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
|
||||||
#endif
|
#endif
|
||||||
#ifdef STARTUPTIME
|
#ifdef STARTUPTIME
|
||||||
main_msg(_("--startuptime=<file>\tWrite startup timing messages to <file>"));
|
main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
|
||||||
#endif
|
#endif
|
||||||
#ifdef FEAT_VIMINFO
|
#ifdef FEAT_VIMINFO
|
||||||
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
|
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
|
||||||
|
@@ -681,6 +681,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
296,
|
||||||
/**/
|
/**/
|
||||||
295,
|
295,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user