summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-01-16 11:25:26 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-16 11:25:26 +0000
commitb5988e365646746029e13473251e5844440d819c (patch)
treee49cae756ca9e3f694c6d6d9bb2695ffca28c769 /src/ex_docmd.c
parentbfac409d0b24d212a6d846edb651c49dac03745f (diff)
patch 8.2.4105: translation related comment in the wrong placev8.2.4105
Problem: Translation related comment in the wrong place. Solution: Move it back with the text. (Ken Takata, closes #9537)
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index f16f6009fd..d8d77ce4d2 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -9219,7 +9219,6 @@ eval_vars(
if (resultlen == 0 || valid != VALID_HEAD + VALID_PATH)
{
if (valid != VALID_HEAD + VALID_PATH)
- // xgettext:no-c-format
*errormsg = _(e_empty_file_name_for_percent_or_hash_only_works_with_ph);
else
*errormsg = _(e_evaluates_to_an_empty_string);