aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index 9c3ac29250..3671537751 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -2761,7 +2761,6 @@ win_line (
// Draw cells with the sign value or blank.
c_extra = ' ';
char_attr = win_hl_attr(wp, HLF_SC);
- n_extra = 2;
n_extra = win_signcol_width(wp);
if (row == startrow + filler_lines && filler_todo <= 0) {