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 24f8f54 commit 75c1946Copy full SHA for 75c1946
2 files changed
src/ex_docmd.c
@@ -2490,7 +2490,7 @@ do_one_cmd(
2490
&& !IS_USER_CMDIDX(ea.cmdidx))
2491
{
2492
/* Command not allowed when editing the command line. */
2493
- errormsg = get_text_locked_msg();
+ errormsg = (char_u *)_(get_text_locked_msg());
2494
goto doend;
2495
}
2496
#ifdef FEAT_AUTOCMD
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 327,
769
/**/
770
326,
771
0 commit comments