--- display.c.org Wed Jun 7 06:47:06 2000 +++ display.c Wed Jun 7 06:36:43 2000 @@ -717,8 +717,10 @@ } else { buf->pos = l->len -1; +#ifdef JP_CHARSET if (CharType(p[buf->pos]) == PC_KANJI2) buf->pos--; +#endif /* JP_CHARSET */ } cpos = COLPOS(l, buf->pos); buf->visualpos = cpos - buf->currentColumn;