-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuto-Pairs.stats
74 lines (56 loc) · 2.06 KB
/
Auto-Pairs.stats
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
65
66
67
68
69
70
71
72
73
74
commit SHA1SHA1SHA1 (HEAD, tag: refs/tags/1.1.1)
Author: Miao Jiang <[email protected]>
AuthorDate: Mon Sep 5 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.1.1
Fix auto indent incorrect in CoffeeScript
eg:
foo:
bar: [|]
press <CR> at |
plugin/auto-pairs.vim | 10
1 files changed, 4 insertions(+), 6 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.1.0)
Author: Miao Jiang <[email protected]>
AuthorDate: Mon Jun 13 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.1.0
fix indent incorrect after {\<CR>}
use <expr> instead of <C-R> in map keys
plugin/auto-pairs.vim | 20
1 files changed, 14 insertions(+), 6 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0.3)
Author: Miao Jiang <[email protected]>
AuthorDate: Thu Jun 9 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.0.3: Add Fast Wrap feature.
README | 48
README.md | 48
plugin/auto-pairs.vim | 41
3 files changed, 85 insertions(+), 52 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0.2)
Author: Miao Jiang <[email protected]>
AuthorDate: Tue Jun 7 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.0.2
Use {<enter> instead of {{ (Thanks to linopolus)
https://github.com/jiangmiao/auto-pairs/issues/1
Add Toggle key
Add Options
g:AutoPairsShortcutToggle
g:AutoPairsMapBS
g:AutoPairsMapCR
g:AutoPairsCenterLine
README | 55
README.md | 51
plugin/auto-pairs.vim | 105
3 files changed, 181 insertions(+), 30 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0.1)
Author: Miao Jiang <[email protected]>
AuthorDate: Tue May 24 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.0.1: Initial upload
README | 64
README.md | 60
plugin/auto-pairs.vim | 121
3 files changed, 245 insertions(+), 0 deletions(-)