Israel Chauca Fuentes 1dfe26a538 Fix CR expansion & syn fold enabled by InsertLeave
Benamin Fritz reported the following:

Without the "zv", if the user has syntax folding on, when the mapping
invokes <Esc> the pair of braces which were just separated by a <CR>
could become folded, so that the trailing "o" opens a new line AFTER
the pair.
2012-06-08 16:56:34 -04:00
2012-04-15 01:47:19 -04:00
2010-07-29 18:20:13 -05:00
2010-07-30 02:58:12 -05:00
2012-05-30 21:43:35 -04:00

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), <CR> and <Space> 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. With a couple of exceptions and limitations, these features don't break undo, redo or history.
Description
Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
Readme 683 KiB
Languages
Vim Script 94.1%
Makefile 5.9%