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