Results 93 comments of Olivia (Zoe)

Ah, I see. reproduced in terminal vim. Not sure why, might be input processing artifacts, but reasonably certain there's a bug here.

A forced meta keybind (https://github.com/jiangmiao/auto-pairs/blob/master/plugin/auto-pairs.vim#L537-L540) and terminal handling weirdness triggers AutoPairsMoveCharacter. Works as expected in gVim.

Added a variable (defaults to 0) to my fork that outright disables this feature. Removing the affected block works too, though. You can add manual mappings either way if you...

@eirnym I could, but it'd be pretty pointless. Jiangmiao has been gone for quite some time (see also the issue count and PR count, as well as #309 and #289)....

Jiangmiao dropped off the platform in 2019. Their website is also down and the DNS record seems to be scrubbed. One whois provider also listed the domain as being for...

[The repo already exists](//github.com/lunarWatcher/auto-pairs), and I tanked as many of the issues and PRs as I could (see https://github.com/LunarWatcher/auto-pairs/issues/5) about 3 months ago. (I may have missed a few though...

I submitted it a while ago, but doesn't look like it's been included yet

' should already skip completion in a word. Can you `verbose imap '` to make sure it's not being interfered with by another plugin? As for spaces, you can disable...

> Also, I found the g:AutoPairsMapSpace variable in /doc/AutoPairs.txt, but I'm not sure how (or if) I can use it to setup the mapping on a per buffer basis, since...

... That's because I did yet another dumb. I meant `b:AutoPairsList`, not `g:AutoPairs`. Corrected it while verifying locally, but that apparently didn't make it to my comment here. Today is...