mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
refactor(uncrustify): improved formatting rules
This commit is contained in:
@@ -439,8 +439,7 @@ static int insert_check(VimState *state)
|
||||
s->mincol = curwin->w_wcol;
|
||||
validate_cursor_col();
|
||||
|
||||
if (
|
||||
curwin->w_wcol < s->mincol - tabstop_at(get_nolist_virtcol(),
|
||||
if (curwin->w_wcol < s->mincol - tabstop_at(get_nolist_virtcol(),
|
||||
curbuf->b_p_ts,
|
||||
curbuf->b_p_vts_array)
|
||||
&& curwin->w_wrow == curwin->w_winrow
|
||||
|
Reference in New Issue
Block a user