jmacdonald / amp

A complete text editor for your terminal.

Home Page:https://amp.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbol jump to a line with half-width katakana jumps to incorrect position

beansmayawait opened this issue · comments

If you have something like
let char: char = 'ア' // some extra text to jump to
and try to symbol-jump to the text after the ア (this is a half-width katakana), the cursor goes 1 position after the correct destination.

Amazing editor, by the way!