mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-070
This commit is contained in:
3
src/ui.c
3
src/ui.c
@@ -1137,7 +1137,6 @@ clip_copy_modeless_selection(both)
|
||||
int len;
|
||||
#ifdef FEAT_MBYTE
|
||||
char_u *p;
|
||||
int i;
|
||||
#endif
|
||||
int row1 = clip_star.start.lnum;
|
||||
int col1 = clip_star.start.col;
|
||||
@@ -1218,6 +1217,8 @@ clip_copy_modeless_selection(both)
|
||||
#ifdef FEAT_MBYTE
|
||||
if (enc_dbcs != 0)
|
||||
{
|
||||
int i;
|
||||
|
||||
p = ScreenLines + LineOffset[row];
|
||||
for (i = start_col; i < end_col; ++i)
|
||||
if (enc_dbcs == DBCS_JPNU && p[i] == 0x8e)
|
||||
|
Reference in New Issue
Block a user