# delimitMate.vim **Repository Path**: eagle_ice/delimitMate.vim ## Basic Information - **Project Name**: delimitMate.vim - **Description**: 括号匹配 - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a mirror of http://www.vim.org/scripts/script.php?script_id=2754 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), visual wrapping, 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. i.e.: The following line in your vimrc would turn auto-completion off for the "mail" file type: au FileType mail let b:delimitMate_autoclose = 0 Read :help delimitMate for detailed information. You can also follow the "Vim wiki" link on the top to discuss about this script.