Mercurial > vim
diff src/regexp_nfa.c @ 26958:d92e0d85923f v8.2.4008
patch 8.2.4008: error messages are spread out
Commit: https://github.com/vim/vim/commit/677658ae49de31fe2e5b1fa6d93fdfab85a4362e
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 5 16:09:06 2022 +0000
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 05 Jan 2022 17:15:05 +0100 |
parents | b34ddbca305c |
children | 85866e069c24 |
line wrap: on
line diff
--- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c @@ -2019,7 +2019,7 @@ collection: startc = oldstartc; if (startc > endc) - EMSG_RET_FAIL(_(e_reverse_range)); + EMSG_RET_FAIL(_(e_reverse_range_in_character_class)); if (endc > startc + 2) { @@ -2128,7 +2128,7 @@ collection: } // if exists closing ] if (reg_strict) - EMSG_RET_FAIL(_(e_missingbracket)); + EMSG_RET_FAIL(_(e_missing_rsb_after_str_lsb)); // FALLTHROUGH default: