mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
6f4f1b06d3ee781fac6fd5d6b51a9acb7fe5f78e
Restrict unmapping to check for '^<Plug>delimitMate' (case sensitive) instead of 'delimitMate' (case insensitive). This should make it less likely to accidentally trigger on custom user keybinds that reference delimitMate.
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%