diff --git a/autoload/delimitMate.vim b/autoload/delimitMate.vim index 10b5119..d24bbf5 100644 --- a/autoload/delimitMate.vim +++ b/autoload/delimitMate.vim @@ -1,6 +1,6 @@ " ============================================================================ " File: autoload/delimitMate.vim -" Version: 2.3 +" Version: 2.3.1 " Modified: 2010-06-06 " Description: This plugin provides auto-completion for quotes, parens, etc. " Maintainer: Israel Chauca F. diff --git a/doc/delimitMate.txt b/doc/delimitMate.txt index 2fb2d89..9705319 100644 --- a/doc/delimitMate.txt +++ b/doc/delimitMate.txt @@ -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 ~ |---------|------------|-----------------------------------------------------| - 2.3 2010-06-06 * Current release: - - Syntax aware: Will turn off when editing comments + 2.3.1 2010-06-06 * Current release: + - Fix: an extra is inserted after + expansion. +|---------|------------|-----------------------------------------------------| + 2.3 2010-06-06 * - Syntax aware: Will turn off when editing comments or other regions, customizable. - Changed format of most mappings. - Fix: expansion doesn't brake automatic diff --git a/plugin/delimitMate.vim b/plugin/delimitMate.vim index 10b7dd7..56278f0 100644 --- a/plugin/delimitMate.vim +++ b/plugin/delimitMate.vim @@ -1,6 +1,6 @@ " ============================================================================ " File: plugin/delimitMate.vim -" Version: 2.3 +" Version: 2.3.1 " Modified: 2010-06-06 " Description: This plugin provides auto-completion for quotes, parens, etc. " Maintainer: Israel Chauca F. @@ -26,7 +26,7 @@ if v:version < 700 endif let s:loaded_delimitMate = 1 " }}} -let delimitMate_version = '2.3' +let delimitMate_version = ' "}}}