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