mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
refactor(syntax): don't use pointer indirected maps for no reason
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user