-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoClose.stats
More file actions
34 lines (24 loc) · 1.23 KB
/
AutoClose.stats
File metadata and controls
34 lines (24 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
commit SHA1SHA1SHA1 (HEAD, tag: refs/tags/1.2)
Author: Karl Guertin <grayrest+vim@gmail.com>
AuthorDate: Fri Jun 19 00:00:00 2009 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.2
Fixed all known bugs (finally). Typing a closing character will now consistently jump out of a match at all times.
plugin/autoclose.vim | 118
1 files changed, 87 insertions(+), 31 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.1.2)
Author: Karl Guertin <grayrest+vim@gmail.com>
AuthorDate: Thu Sep 20 00:00:00 2007 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.1.2
Fixes a rather nasty bug that sometimes deletes closing chars on the same line. Add double brace auto-indent. 1.1.2 contains fixes for a mapping typo and auto-indent edge case.
plugin/autoclose.vim | 50
1 files changed, 41 insertions(+), 9 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0.1)
Author: Karl Guertin <grayrest+vim@gmail.com>
AuthorDate: Tue Apr 3 00:00:00 2007 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.0.1: Knew I shouldn't have uploaded the first version as 1.0
README | 9
plugin/autoclose.vim | 153
2 files changed, 162 insertions(+), 0 deletions(-)