commit | e70cec976026ce72d09b6589ebba4677581063ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 14:25:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 14:25:55 2022 +0000 |
tree | 12716d6fa12c4af849ac8e963527f73a35e5055c | |
parent | 460ae5dfca31fa627531c263184849976755cf6b [diff] [blame] |
patch 8.2.3968: build failure Problem: Build failure. Solution: Add missing changes.
diff --git a/src/vim9compile.c b/src/vim9compile.c index 2b14089..225f582 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c
@@ -1109,7 +1109,7 @@ *dest = dest_option; if (cmdidx == CMD_final || cmdidx == CMD_const) { - emsg(_(e_const_option)); + emsg(_(e_cannot_lock_an_option)); return FAIL; } p = name;