Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added variable to define AutoPairsCRKey #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mfulz
Copy link

@mfulz mfulz commented Jun 18, 2016

AutoPairs CR Remapping is not working together with deoplete.
int func() {|} on hitting CR is expandend to
int func() {
}

With this patch you can redefine the AutoPairsCRKey by using:
let g:AutoPairsCRKey =

The default behavious of using CR is kept.

Kasama added a commit to Kasama/auto-pairs that referenced this pull request Sep 9, 2018
Parens decorators are symbols that can be used inside parens and create
a custom compound open-close sequence.
It is useful for some templating languages such as [Jinja](http://jinja.pocoo.org/)/[Twig](twig.sensiolabs.org)/[Liquid](https://github.com/Shopify/liquid)
and must be opted in with a config option.

Closes jiangmiao#144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant