mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
lint: clean up after parent commit
This commit is contained in:
@@ -1830,7 +1830,7 @@ const char *mb_unescape(const char **const pp)
|
||||
bool mb_lefthalve(int row, int col)
|
||||
{
|
||||
return utf_off2cells(LineOffset[row] + col,
|
||||
LineOffset[row] + screen_Columns) > 1;
|
||||
LineOffset[row] + screen_Columns) > 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user