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

Can't exclude some pair from AutoCloseCmd per filetype #47

Open
petRUShka opened this issue Dec 3, 2012 · 0 comments
Open

Can't exclude some pair from AutoCloseCmd per filetype #47

petRUShka opened this issue Dec 3, 2012 · 0 comments

Comments

@petRUShka
Copy link

I want to turn off autoclose for "`" only for .tex files. I tryed to use:

au FileType tex let g:AutoClosePairs_del = "`"

This line add "`" to g:AutoClosePairs_del but don't affect on AutoClosePairs behaviour.

At the same time as the line

let g:AutoClosePairs_del = "`"

Works as expected.

Is it possible to turn AutoClosePairs off on some pairs on some filetypes?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant