mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
screen: Fix PVS/V519: duplicate successive assignment
This commit is contained in:
@@ -2761,7 +2761,6 @@ win_line (
|
|||||||
// Draw cells with the sign value or blank.
|
// Draw cells with the sign value or blank.
|
||||||
c_extra = ' ';
|
c_extra = ' ';
|
||||||
char_attr = win_hl_attr(wp, HLF_SC);
|
char_attr = win_hl_attr(wp, HLF_SC);
|
||||||
n_extra = 2;
|
|
||||||
n_extra = win_signcol_width(wp);
|
n_extra = win_signcol_width(wp);
|
||||||
|
|
||||||
if (row == startrow + filler_lines && filler_todo <= 0) {
|
if (row == startrow + filler_lines && filler_todo <= 0) {
|
||||||
|
Reference in New Issue
Block a user