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

Fix &ft check in QuoteDelim: handle dotted filetypes #162

Closed blueyed closed 10 years ago

blueyed commented 10 years ago

From :h 'filetype':

    When a dot appears in the value then this separates two filetype
    names.  Example:
        /* vim: set filetype=c.doxygen : */ ~

I am using ft=pentadactyl.vim for my Pentadactyl/Vimperator configuration files.

Raimondi commented 10 years ago

Thanks!