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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user