mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
Lint
This commit is contained in:
@@ -745,8 +745,9 @@ void ex_retab(exarg_T *eap)
|
||||
|
||||
if (curbuf->b_p_ts != new_ts)
|
||||
redraw_curbuf_later(NOT_VALID);
|
||||
if (first_line != 0)
|
||||
if (first_line != 0) {
|
||||
changed_lines(first_line, 0, last_line + 1, 0L, true);
|
||||
}
|
||||
|
||||
curwin->w_p_list = save_list; /* restore 'list' */
|
||||
|
||||
|
Reference in New Issue
Block a user