mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Re-integrate FEAT_SIGNS code, close #383
- omit FEAT_NETBEANS_INTG and FEAT_SIGN_ICONS - omit FEAT_GUI blocks
This commit is contained in:

committed by
Thiago de Arruda

parent
28b3659955
commit
d9f5cd6290
@@ -942,8 +942,9 @@ void mark_adjust(linenr_T line1, linenr_T line2, long amount, long amount_after)
|
||||
qf_mark_adjust(NULL, line1, line2, amount, amount_after);
|
||||
/* location lists */
|
||||
FOR_ALL_TAB_WINDOWS(tab, win)
|
||||
qf_mark_adjust(win, line1, line2, amount, amount_after);
|
||||
qf_mark_adjust(win, line1, line2, amount, amount_after);
|
||||
|
||||
sign_mark_adjust(line1, line2, amount, amount_after);
|
||||
}
|
||||
|
||||
/* previous context mark */
|
||||
|
Reference in New Issue
Block a user