commit | b2810f123cbf4b585f8bc5f0e594a6690d95729a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 21:38:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 21:38:52 2022 +0000 |
tree | a2b290edcfc5864afd940badf68b6bc0f8e6731c | |
parent | 782b43d89473dac00e3a8e02224a8330b88dbfef [diff] [blame] |
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.
diff --git a/src/regexp_bt.c b/src/regexp_bt.c index 9286d91..aee5c1b 100644 --- a/src/regexp_bt.c +++ b/src/regexp_bt.c
@@ -1489,7 +1489,7 @@ return NULL; break; - default: EMSG_RET_NULL(_("E68: Invalid character after \\z")); + default: EMSG_RET_NULL(_(e_invalid_character_after_bsl_z)); } } break;