We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed890f commit 32aaf5aCopy full SHA for 32aaf5a
src/main.c
@@ -3269,7 +3269,7 @@ usage(void)
3269
#endif
3270
3271
mch_msg(longVersion);
3272
- mch_msg(_("\n\nusage:"));
+ mch_msg(_("\n\nUsage:"));
3273
for (i = 0; ; ++i)
3274
{
3275
mch_msg(_(" vim [arguments] "));
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 94,
766
/**/
767
93,
768
0 commit comments