Doc and version update.

This commit is contained in:
Israel Chauca Fuentes
2010-06-06 13:22:14 -05:00
parent 941beed3b3
commit 0ccb143a12
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
" ============================================================================ " ============================================================================
" File: autoload/delimitMate.vim " File: autoload/delimitMate.vim
" Version: 2.3 " Version: 2.3.1
" Modified: 2010-06-06 " Modified: 2010-06-06
" Description: This plugin provides auto-completion for quotes, parens, etc. " Description: This plugin provides auto-completion for quotes, parens, etc.
" Maintainer: Israel Chauca F. <israelchauca@gmail.com> " Maintainer: Israel Chauca F. <israelchauca@gmail.com>
+6 -3
View File
@@ -1,4 +1,4 @@
*delimitMate* Trying to keep those beasts at bay! v2.3 *delimitMate.txt* *delimitMate* Trying to keep those beasts at bay! v2.3.1 *delimitMate.txt*
@@ -551,8 +551,11 @@ This script was inspired by the auto-completion of delimiters of TextMate.
Version Date Release notes ~ Version Date Release notes ~
|---------|------------|-----------------------------------------------------| |---------|------------|-----------------------------------------------------|
2.3 2010-06-06 * Current release: 2.3.1 2010-06-06 * Current release:
- Syntax aware: Will turn off when editing comments - Fix: an extra <Space> is inserted after <Space>
expansion.
|---------|------------|-----------------------------------------------------|
2.3 2010-06-06 * - Syntax aware: Will turn off when editing comments
or other regions, customizable. or other regions, customizable.
- Changed format of most mappings. - Changed format of most mappings.
- Fix: <CR> expansion doesn't brake automatic - Fix: <CR> expansion doesn't brake automatic
+2 -2
View File
@@ -1,6 +1,6 @@
" ============================================================================ " ============================================================================
" File: plugin/delimitMate.vim " File: plugin/delimitMate.vim
" Version: 2.3 " Version: 2.3.1
" Modified: 2010-06-06 " Modified: 2010-06-06
" Description: This plugin provides auto-completion for quotes, parens, etc. " Description: This plugin provides auto-completion for quotes, parens, etc.
" Maintainer: Israel Chauca F. <israelchauca@gmail.com> " Maintainer: Israel Chauca F. <israelchauca@gmail.com>
@@ -26,7 +26,7 @@ if v:version < 700
endif endif
let s:loaded_delimitMate = 1 " }}} let s:loaded_delimitMate = 1 " }}}
let delimitMate_version = '2.3' let delimitMate_version = '
"}}} "}}}