mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
vim-patch:8.1.0384: sign ordering #9758
Problem: Sign ordering depends on +netbeans feature.
Solution: Also order signs without +netbeans. (Christian Brabandt,
closes vim/vim#3224)
8aeb504fc6
This commit is contained in:

committed by
Justin M. Keyes

parent
6f7b81bd6d
commit
24d7513dc4
@@ -13,6 +13,7 @@ struct signlist
|
||||
linenr_T lnum; // line number which has this sign
|
||||
int typenr; // typenr of sign
|
||||
signlist_T *next; // next signlist entry
|
||||
signlist_T *prev; // previous entry -- for easy reordering
|
||||
};
|
||||
|
||||
// type argument for buf_getsigntype() and sign_get_attr()
|
||||
|
Reference in New Issue
Block a user