alexherbo2 / auto-pairs.kak

Auto-pairing of characters for Kakoune
https://kakoune.org
77 stars 18 forks source link

Hitting <Backspace> in Insert mode deletes character after cursor #48

Closed kkga closed 3 years ago

kkga commented 3 years ago

I'm getting the following issue, as described in the title. Demonstrated in the video below.

I've tried playing with different options and disabling other plugins, but I still get this behavior. The only thing that helps is auto-pairs-disable.

Appreciate any tips on what could be wrong in my case.

P.S. I'm a new kak convert and just wanted to say thanks for all your plugins! My vimrc was 80% filled with plugins by tpope, and my kakrc is 80% filled with plugins by you :D

https://user-images.githubusercontent.com/1460122/112763484-49ad4980-900d-11eb-9348-ddcd5237d03b.mp4

alexherbo2 commented 3 years ago

Hello,

You need the latest version of kakoune.cr and auto-pairs.kak with jq. I recently made a breaking change, not sure that is related but could.

kkga commented 3 years ago

Latest kcr did fix this, thanks!