summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-17 20:15:38 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-17 20:15:38 +0000
commit71b768509250b12696e8cc90e5902029f1b5433d (patch)
treecedd129c1f525760d90fde63fa163642f590a1a0 /src/globals.h
parentddc80aff575dd60c04c79621a0358cf0abaac53a (diff)
patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841
Problem: Vim9: outdated TODO items, disabled tests that work. Solution: Remove TODO items, run tests that work now. Check that a dict item isn't locked.
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index aa0685ac94..c69306a6d6 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1680,7 +1680,6 @@ EXTERN char e_loclist[] INIT(= N_("E776: No location list"));
EXTERN char e_letwrong[] INIT(= N_("E734: Wrong variable type for %s="));
EXTERN char e_illvar[] INIT(= N_("E461: Illegal variable name: %s"));
EXTERN char e_cannot_mod[] INIT(= N_("E995: Cannot modify existing variable"));
-EXTERN char e_readonlysbx[] INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\""));
EXTERN char e_stringreq[] INIT(= N_("E928: String required"));
EXTERN char e_numberreq[] INIT(= N_("E889: Number required"));
EXTERN char e_boolreq[] INIT(= N_("E839: Bool required"));