1
0
forked from aniani/vim

patch 8.2.4046: some error messages not in the right place

Problem:    Some error messages not in the right place.
Solution:   Adjust the errors file.  Fix typo.
This commit is contained in:
Bram Moolenaar
2022-01-08 21:38:52 +00:00
parent 782b43d894
commit b2810f123c
4 changed files with 13 additions and 4 deletions

View File

@@ -1489,7 +1489,7 @@ regatom(int *flagp)
return NULL;
break;
default: EMSG_RET_NULL(_("E68: Invalid character after \\z"));
default: EMSG_RET_NULL(_(e_invalid_character_after_bsl_z));
}
}
break;