Wrong character is inserted when attempting to insert dotless i (ı) using digraphs
Open
Nobody has claimed this yet.
area/non-latin-characters
kind/bug
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
A ち is inserted when attempting to insert a ı with digraphs.
To Reproduce
Steps to reproduce the behavior:
- Add this to settings.json
"vim.digraphs": { "ti": ["ı", [305]] }
- Open any file
- Enter Insert mode
- Type
CTRL-K ti
Expected behavior
A ı is inserted
Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.18.9
- VSCode version: 1.53.0
- OS: Windows 10
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in VSCode with the shown vim.digraphs setting and the CTRL-K ti sequence. Trace the TypeScript digraph handling used in Insert mode; done means that the configured dotless i (ı) is inserted instead of ち.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100