mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
Merge pull request #25724 from luukvbaal/signmerge
refactor(sign): move legacy signs to extmarks
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
#include "nvim/quickfix.h"
|
||||
#include "nvim/runtime.h"
|
||||
#include "nvim/shada.h"
|
||||
#include "nvim/sign.h"
|
||||
#include "nvim/statusline.h"
|
||||
#include "nvim/strings.h"
|
||||
#include "nvim/syntax.h"
|
||||
@@ -217,8 +216,6 @@ void early_init(mparm_T *paramp)
|
||||
TIME_MSG("inits 1");
|
||||
|
||||
set_lang_var(); // set v:lang and v:ctype
|
||||
|
||||
init_signs();
|
||||
}
|
||||
|
||||
#ifdef MAKE_LIB
|
||||
|
Reference in New Issue
Block a user