diff options
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r-- | src/nvim/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c index fddcedf449..4ca2621b14 100644 --- a/src/nvim/screen.c +++ b/src/nvim/screen.c @@ -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, |