Closed msdos closed 13 years ago
Old versions overrode existing mappings, recent ones don't which can make mapping conflicts more evident than before.
Set a buffer with the problematic filetype and run :DelimitMateTest post the output here.
Thanks for this suggestion. It's a conflict with snipmate: when I set a filetype, I get in DelimitMateTest:
One of the features I like most is the S-Tab feature to exit [], "" and such.
I had an old version from 6 months ago that worked really well. But now I've done a git clone from your repository and it works only if a filetype isn't set.
To test, open vim, press (|) and, you have ()|. Run ":set ft=python", press (|) and now you get ( |).
Could this be a plugin conflict? How do I debug it?