mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
refactor(lua): cleanup and docs for threads
This commit is contained in:
@@ -157,7 +157,7 @@ void early_init(mparm_T *paramp)
|
||||
eval_init(); // init global variables
|
||||
init_path(argv0 ? argv0 : "nvim");
|
||||
init_normal_cmds(); // Init the table of Normal mode commands.
|
||||
runtime_search_path_init();
|
||||
runtime_init();
|
||||
highlight_init();
|
||||
|
||||
#ifdef WIN32
|
||||
|
Reference in New Issue
Block a user