mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 03:04:13 +00:00
tui: Silence PVS/V560: condition is set to true in prev-previous if()
This commit is contained in:
@@ -1770,7 +1770,8 @@ static void flush_buf(UI *ui)
|
||||
bufp++;
|
||||
}
|
||||
|
||||
if (!data->busy && data->is_invisible) {
|
||||
if (!data->busy) {
|
||||
assert(data->is_invisible);
|
||||
// not busy and the cursor is invisible. Write a "cursor normal" command
|
||||
// after writing the buffer.
|
||||
bufp->base = data->norm;
|
||||
|
||||
Reference in New Issue
Block a user