globals: can_si is bool

This commit is contained in:
Jan Edmund Lazo
2018-08-06 11:35:34 -04:00
parent 5309ad29d4
commit 7692dfeecb
4 changed files with 12 additions and 11 deletions

View File

@@ -2178,7 +2178,7 @@ int op_change(oparg_T *oap)
if (!p_paste && curbuf->b_p_si
&& !curbuf->b_p_cin
)
can_si = TRUE; /* It's like opening a new line, do si */
can_si = true; // It's like opening a new line, do si
}
/* First delete the text in the region. In an empty buffer only need to