diff options
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index 44f0f9d643..546dfde999 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -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; } |