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:
Jan Edmund Lazo
2019-03-19 07:42:17 -04:00
committed by Justin M. Keyes
parent 6f7b81bd6d
commit 24d7513dc4
2 changed files with 31 additions and 3 deletions

View File

@@ -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()