VSCodeVim/Vim

Vertical cursor moving for CJK lines

开放

#4,096 创建于 2019年9月24日

 (2 条评论) (2 个反应) (0 位负责人)TypeScript (1,271 个派生)batch import
area/non-latin-charactershelp wantedkind/bug

仓库指标

星标
 (12,664 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Describe the bug Vertical cursor moving is incorrect when lines contain CJK characters even using monospace CJK fonts.

02 03

To Reproduce

  1. Type CJK characters.
  2. Move cursor with 'j' 'k' or arrow keys in NORMAL, INSERT, VISUAL modes.

Expected behavior VSCODE fixed this issue, but VSCodeVim still have one. https://github.com/microsoft/vscode/pull/44259

Behave same as default VSCODE expected.

00 01

贡献者指南