-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoClose--Alves.stats
More file actions
64 lines (46 loc) · 2.35 KB
/
AutoClose--Alves.stats
File metadata and controls
64 lines (46 loc) · 2.35 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
commit SHA1SHA1SHA1 (HEAD, tag: refs/tags/1.4)
Author: Thiago Alves <thiago.salves@gmail.com>
AuthorDate: Thu Sep 4 00:00:00 2008 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.4
Fix a problem when use AutoClose on Visual Mode Blockwise. Unfortunatelly Backspace will not work as expected on this mode due Vim behavior. E.g.:
Select a column of text and press <Backspace> than <Delete> keys. You'll see that only the first line will be changed.
doc/autoclose.txt | 191
plugin/autoclose.vim | 31
2 files changed, 18 insertions(+), 204 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.3)
Author: Thiago Alves <thiago.salves@gmail.com>
AuthorDate: Mon Aug 25 00:00:00 2008 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.3
Fix a bug that prevent to automatically close pair of equal chars that the first one is entered on the very first column.
plugin/autoclose.vim | 4
1 files changed, 2 insertions(+), 2 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.2)
Author: Thiago Alves <thiago.salves@gmail.com>
AuthorDate: Sun Aug 24 00:00:00 2008 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.2
Fixed the not closing bug to string on some languages. Perhaps other strange behaviors also happens because of that!
plugin/autoclose.vim | 23
1 files changed, 21 insertions(+), 2 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.1)
Author: Thiago Alves <thiago.salves@gmail.com>
AuthorDate: Mon Aug 11 00:00:00 2008 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.1
Complete refactor of the plugin.
Remove all autocommands and drastically simplify the whole plugin.
This version was refactor thanks for the simple_pairs plugin that was launched on 08/10/2008 that point me to a much simpler way!
doc/autoclose.txt | 191
plugin/autoclose.vim | 165
plugin/townkAutoCompleteChar.vim | 185
3 files changed, 356 insertions(+), 185 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/0.9)
Author: Thiago Alves <thiago.salves@gmail.com>
AuthorDate: Tue Sep 4 00:00:00 2007 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 0.9: Initial upload
README | 60
plugin/townkAutoCompleteChar.vim | 185
2 files changed, 245 insertions(+), 0 deletions(-)