aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index d1453b56d2..a1e666386b 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -2172,7 +2172,7 @@ win_line (
static int cap_col = -1; /* column to check for Cap word */
static linenr_T capcol_lnum = 0; /* line number where "cap_col" used */
int cur_checked_col = 0; /* checked column for current line */
- int extra_check; /* has syntax or linebreak */
+ int extra_check = 0; // has syntax or linebreak
int multi_attr = 0; /* attributes desired by multibyte */
int mb_l = 1; /* multi-byte byte length */
int mb_c = 0; /* decoded multi-byte character */