mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
Remove remaining hangul-related code
This commit is contained in:
@@ -3343,8 +3343,6 @@ char_u * mb_unescape(char_u **pp)
|
||||
*/
|
||||
int mb_lefthalve(int row, int col)
|
||||
{
|
||||
if (composing_hangul)
|
||||
return TRUE;
|
||||
return (*mb_off2cells)(LineOffset[row] + col,
|
||||
LineOffset[row] + screen_Columns) > 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user