mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
clang/"dead assignments" #10620
Also revert possibly-wrong change in f_sign_getplaced() from
652be3cb00
.
This commit is contained in:

committed by
Justin M. Keyes

parent
7cc2b723d4
commit
16727dcf1e
@@ -3143,7 +3143,6 @@ win_line (
|
||||
c = '>';
|
||||
mb_c = c;
|
||||
mb_l = 1;
|
||||
mb_utf8 = false;
|
||||
multi_attr = win_hl_attr(wp, HLF_AT);
|
||||
|
||||
// put the pointer back to output the double-width
|
||||
|
Reference in New Issue
Block a user