comparison src/vim9compile.c @ 26879:da89514c3b72 v8.2.3968

patch 8.2.3968: build failure Commit: https://github.com/vim/vim/commit/e70cec976026ce72d09b6589ebba4677581063ac Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 1 14:25:55 2022 +0000 patch 8.2.3968: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jan 2022 15:30:06 +0100
parents 2aeea8611342
children 7f150a4936f2
comparison
equal deleted inserted replaced
26878:3eb8a87bc1fc 26879:da89514c3b72
1107 int opt_p_flags; 1107 int opt_p_flags;
1108 1108
1109 *dest = dest_option; 1109 *dest = dest_option;
1110 if (cmdidx == CMD_final || cmdidx == CMD_const) 1110 if (cmdidx == CMD_final || cmdidx == CMD_const)
1111 { 1111 {
1112 emsg(_(e_const_option)); 1112 emsg(_(e_cannot_lock_an_option));
1113 return FAIL; 1113 return FAIL;
1114 } 1114 }
1115 p = name; 1115 p = name;
1116 p = find_option_end(&p, option_scope); 1116 p = find_option_end(&p, option_scope);
1117 if (p == NULL) 1117 if (p == NULL)