jiangmiao / auto-pairs

Vim plugin, insert or delete brackets, parens, quotes in pair
http://www.vim.org/scripts/script.php?script_id=3599
4.09k stars 373 forks source link

Don't add pairs if the next char is alphanumeric #343

Open Balrrach opened 2 years ago

Balrrach commented 2 years ago

I'd would be great to have ana option to not add a pair if the next character is alphanumeric like windwp/nvim-autopairs implements. Great job with thw plug-in, congrats!

LunarWatcher commented 2 years ago

177, #194, and I remember there being more.

My fork supports this (see |migrating|), with the implementation merged in from this (now dead) fork. See also #309

Balrrach commented 2 years ago

Ok, thanks!