mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
window: Fix linter errors.
This commit is contained in:
@@ -4923,10 +4923,11 @@ file_name_in_line (
|
||||
// Skip over the "\" in "\ ".
|
||||
++len;
|
||||
}
|
||||
if (has_mbyte)
|
||||
if (has_mbyte) {
|
||||
len += (size_t)(*mb_ptr2len)(ptr + len);
|
||||
else
|
||||
} else {
|
||||
++len;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user