vim-patch:8.1.1564: sign column takes up space

Problem:    Sign column takes up space.  (Adam Stankiewicz)
Solution:   Optionally put signs in the number column. (Yegappan Lakshmanan,
            closes vim/vim#4555, closes vim/vim#4515)
394c5d8870
This commit is contained in:
Shougo Matsushita
2020-07-11 13:13:49 +09:00
parent 6b521ceeaf
commit 1647e0a5b3
3 changed files with 3 additions and 1 deletions

View File

@@ -4477,7 +4477,7 @@ void screen_adjust_grid(ScreenGrid **grid, int *row_off, int *col_off)
// If 'nrcol' is TRUE, the sign is going to be displayed in the number column.
// Otherwise the sign is going to be displayed in the sign column.
static void get_sign_display_info(
int nrcol,
bool nrcol,
win_T *wp,
linenr_T lnum,
int row,