eval: Make sure that b:changedtick may not be unlocked via :unlo b:var

It still may be unlocked by `:unlock b:.var`.
This commit is contained in:
ZyX
2017-02-20 22:04:20 +03:00
parent 908e53d98d
commit f2c9fd312c
3 changed files with 28 additions and 13 deletions

View File

@@ -1173,8 +1173,6 @@ EXTERN char_u e_re_damg[] INIT(= N_("E43: Damaged match string"));
EXTERN char_u e_re_corr[] INIT(= N_("E44: Corrupted regexp program"));
EXTERN char_u e_readonly[] INIT(= N_(
"E45: 'readonly' option is set (add ! to override)"));
EXTERN char_u e_readonlyvar[] INIT(= N_(
"E46: Cannot change read-only variable \"%s\""));
EXTERN char_u e_readonlysbx[] INIT(= N_(
"E794: Cannot set variable in the sandbox: \"%s\""));
EXTERN char_u e_readerrf[] INIT(= N_("E47: Error while reading errorfile"));