summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9compile.c')
-rw-r--r--src/vim9compile.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vim9compile.c b/src/vim9compile.c
index cf91d3bb37..f2f7cc37e9 100644
--- a/src/vim9compile.c
+++ b/src/vim9compile.c
@@ -2788,11 +2788,6 @@ compile_dict(char_u **arg, cctx_T *cctx, int literal)
*arg = skipwhite(*arg + 1);
}
- if (**arg != '}')
- {
- semsg(_(e_missing_dict_end), *arg);
- goto failret;
- }
*arg = *arg + 1;
// Allow for following comment, after at least one space.