mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 20:45:47 +00:00
Initialize a variable.
This commit is contained in:
committed by
Thiago de Arruda
parent
b94239e03c
commit
b405a64133
@@ -3425,7 +3425,7 @@ int check_termcode(int max_offset, char_u *buf, int bufsize, int *buflen)
|
||||
|| (tp[0] == CSI && len >= 2))
|
||||
&& (VIM_ISDIGIT(*p) || *p == '>' || *p == '?')) {
|
||||
int col;
|
||||
int row_char;
|
||||
int row_char = 0;
|
||||
j = 0;
|
||||
extra = 0;
|
||||
for (i = 2 + (tp[0] != CSI); i < len
|
||||
|
||||
Reference in New Issue
Block a user