VSCodeVim/Vim

Vertical cursor moving for CJK lines

Open

#4.096 aberto em 24 de set. de 2019

Ver no GitHub
 (2 comments) (2 reactions) (0 assignees)TypeScript (1.271 forks)batch import
area/non-latin-charactershelp wantedkind/bug

Métricas do repositório

Stars
 (12.664 stars)
Métricas de merge de PR
 (Mesclagem média 60d 20h) (17 fundiu PRs em 30d)

Description

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

Guia do colaborador