mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-01-21 02:22:17 +08:00
06c1f316323f737e654506ce01a0dc0dfbee7593
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.
This plug-in provides automatic closing of quotes, parenthesis, brackets, etc., besides some other related features that should make your time in insert mode a little bit easier, like syntax awareness (will not insert the closing delimiter in comments and other configurable regions), and expansions (off by default), and some more.
Most of the features can be modified or disabled permanently, using global variables, or on a FileType basis, using :autocmd.
Description
Languages
Vim Script
94.1%
Makefile
5.9%