XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 182 forks source link

i[ and i{ not working #300

Closed seblj closed 2 years ago

seblj commented 4 years ago

When trying to delete, yank etc... inside "[" or "{" with for example "di{" it does not work. Nothing happens. This does however work with di" and di( for example

genkobar commented 3 years ago

Is this still not working for you? Which versions of Xcode, macOS and XVim2 are you on?

The commands "di[", "di]", "di{", "di}", "yi[", "yi]", "yi{", "yi}" all work fine for me. I'm on macOS 10.15.6, Xcode 11.5 (11E608c) and using XVim2 on the master branch at commit 6356710fdf4a7edc816d49474ad6c415afc70897 (from July 12).

seblj commented 3 years ago

No it still does not work... I am currently on macOS 10.15.5, Xcode 11.6 and using XVim2 on the master branch at the same commit as you