mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Initialize a variable.
This commit is contained in:
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))
|
|| (tp[0] == CSI && len >= 2))
|
||||||
&& (VIM_ISDIGIT(*p) || *p == '>' || *p == '?')) {
|
&& (VIM_ISDIGIT(*p) || *p == '>' || *p == '?')) {
|
||||||
int col;
|
int col;
|
||||||
int row_char;
|
int row_char = 0;
|
||||||
j = 0;
|
j = 0;
|
||||||
extra = 0;
|
extra = 0;
|
||||||
for (i = 2 + (tp[0] != CSI); i < len
|
for (i = 2 + (tp[0] != CSI); i < len
|
||||||
|
Loading…
Reference in New Issue
Block a user