Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Can't disable delimitMate_smart_quotes for apostrophes #81

Closed DXist closed 12 years ago

DXist commented 12 years ago

The documentation says:

Except for apostrophes, this feature can be disabled setting 
the option |'delimitMate_smart_quotes'| to 0.

It's unconvinient to type Python unicode strings like u'unicode' , because delimitMate thinks the first quote is apostrophe and don't autoclose. It would be great if it will be possible to disable delimitMate_smart_quotes for apostrophes too.

Raimondi commented 12 years ago

I was just considering the usefulness of keeping apostrophes as a separate feature. I'll remove that.