mirror of
https://github.com/vim/vim.git
synced 2025-11-12 22:44:34 -05:00
patch 9.1.0581: Various lines are indented inconsistently
Problem: style: Various lines are indented inconsistently
Solution: Retab these lines and correct some comments.
(zeertzjq)
closes: #15259
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
90a800274d
commit
d9be94cf03
@@ -527,7 +527,7 @@ pum_screen_puts_with_attrs(
|
||||
else
|
||||
#endif
|
||||
attr = attrs[col - col_start];
|
||||
screen_puts_len(ptr, char_len, row, col, attr);
|
||||
screen_puts_len(ptr, char_len, row, col, attr);
|
||||
col += mb_ptr2cells(ptr);
|
||||
ptr += char_len;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user