0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4105: translation related comment in the wrong place

Problem:    Translation related comment in the wrong place.
Solution:   Move it back with the text. (Ken Takata, closes #9537)
This commit is contained in:
K.Takata
2022-01-16 11:25:26 +00:00
committed by Bram Moolenaar
parent bfac409d0b
commit b5988e3656
3 changed files with 7 additions and 1 deletions

View File

@@ -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);