diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-01 14:25:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-01 14:25:55 +0000 |
commit | e70cec976026ce72d09b6589ebba4677581063ac (patch) | |
tree | 12716d6fa12c4af849ac8e963527f73a35e5055c /src/vim9compile.c | |
parent | 460ae5dfca31fa627531c263184849976755cf6b (diff) | |
download | vim-git-e70cec976026ce72d09b6589ebba4677581063ac.tar.gz |
patch 8.2.3968: build failurev8.2.3968
Problem: Build failure.
Solution: Add missing changes.
Diffstat (limited to 'src/vim9compile.c')
-rw-r--r-- | src/vim9compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim9compile.c b/src/vim9compile.c index 2b1408932..225f582b7 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c @@ -1109,7 +1109,7 @@ get_var_dest( *dest = dest_option; if (cmdidx == CMD_final || cmdidx == CMD_const) { - emsg(_(e_const_option)); + emsg(_(e_cannot_lock_an_option)); return FAIL; } p = name; |