mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
lint: clean-up after parent commits
This commit is contained in:
@@ -898,7 +898,7 @@ char_u *replace_termcodes(const char_u *from, const size_t from_len,
|
||||
}
|
||||
|
||||
// skip multibyte char correctly
|
||||
for (i = utfc_ptr2len_len(src, (int) (end - src) + 1); i > 0; i--) {
|
||||
for (i = utfc_ptr2len_len(src, (int)(end - src) + 1); i > 0; i--) {
|
||||
// If the character is K_SPECIAL, replace it with K_SPECIAL
|
||||
// KS_SPECIAL KE_FILLER.
|
||||
// If compiled with the GUI replace CSI with K_CSI.
|
||||
|
Reference in New Issue
Block a user