Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Add option to remove before-close characters #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

artnez
Copy link

@artnez artnez commented Feb 8, 2014

4c4902f7196ee3ef0049a705fe93cc91cc0d4d6a improved the on deciding when to close a pair. The choice that closing pairs is OK before any b:AutoClosePairs value means that pairs will close ahead of strings. For example, putting ( in front of " gets you ()" instead of (".

AutoCloseDoNotCloseBefore allows setting an explicit set of characters to never close in front of.

4c4902f7196ee3ef0049a705fe93cc91cc0d4d6a improved the on deciding when to close
a pair. The choice that closing pairs is OK before any `b:AutoClosePairs` value
means that pairs will close ahead of strings. For example, putting `(` in front
of `"` gets you `()"` instead of `("`.

`AutoCloseDoNotCloseBefore` allows setting an explicit set of characters to
never close in front of.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant