mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +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
@@ -5643,6 +5643,11 @@ comp_textwidth (
|
||||
if (cmdwin_type != 0)
|
||||
textwidth -= 1;
|
||||
textwidth -= curwin->w_p_fdc;
|
||||
|
||||
if (curwin->w_buffer->b_signlist != NULL) {
|
||||
textwidth -= 1;
|
||||
}
|
||||
|
||||
if (curwin->w_p_nu || curwin->w_p_rnu)
|
||||
textwidth -= 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user