mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
vim-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 vim/vim#3717)
6436cd83f9
This commit is contained in:
@@ -1337,6 +1337,8 @@ static void init_path(const char *exename)
|
||||
// shipped with Windows package. This also mimics SearchPath().
|
||||
os_setenv_append_path(exepath);
|
||||
#endif
|
||||
|
||||
init_signs();
|
||||
}
|
||||
|
||||
/// Get filename from command line, if any.
|
||||
|
Reference in New Issue
Block a user