mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
globals: can_si is bool
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user