mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 04:34:29 +08:00
0739792d019b328c54227d0d43dbf1e2745eaeb9
delimitMate has some nice logic for doing per-filetype mappings, but this logic can't be used when users provide mappings directly. To remedy this, add two User events `delimitMate_map` and `delimitMate_unmap` that are fired at the appropriate times. Users can use these events to define per-filetype mappings just as delimitMate does.
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%