mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.0644: finding next sign ID is inefficient
Problem: Finding next sign ID is inefficient. Solution: Add next_sign_id. (Yegappan Lakshmanan, closes #3717)
This commit is contained in:
@@ -1032,6 +1032,10 @@ common_init(mparm_T *paramp)
|
||||
#ifdef FEAT_EVAL
|
||||
set_lang_var(); /* set v:lang and v:ctype */
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SIGNS
|
||||
init_signs();
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user