VSCodeVim/Vim

Vertical cursor moving for CJK lines

Open

#4.096 geöffnet am 24. Sept. 2019

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (1.271 Forks)batch import
area/non-latin-charactershelp wantedkind/bug

Repository-Metriken

Stars
 (12.664 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 13h) (7 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide