refactor(syntax): don't use pointer indirected maps for no reason

This commit is contained in:
Björn Linse
2021-08-22 10:10:15 +02:00
parent 9e651a9d09
commit 4500253f60
5 changed files with 41 additions and 43 deletions

View File

@@ -166,7 +166,6 @@ void early_init(mparm_T *paramp)
init_path(argv0 ? argv0 : "nvim");
init_normal_cmds(); // Init the table of Normal mode commands.
highlight_init();
syntax_init();
#ifdef WIN32
OSVERSIONINFO ovi;