forked from aniani/vim
updated for version 7.4.216
Problem: Compiler warnings. (Tony Mechelynck) Solution: Initialize variables, add #ifdef.
This commit is contained in:
@@ -4185,7 +4185,7 @@ check_termcode(max_offset, buf, bufsize, buflen)
|
||||
{
|
||||
#ifdef FEAT_MBYTE
|
||||
int col;
|
||||
int row_char;
|
||||
int row_char = NUL;
|
||||
#endif
|
||||
j = 0;
|
||||
extra = 0;
|
||||
|
||||
Reference in New Issue
Block a user