-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoFold.vim.stats
More file actions
90 lines (62 loc) · 3.03 KB
/
AutoFold.vim.stats
File metadata and controls
90 lines (62 loc) · 3.03 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
commit SHA1SHA1SHA1 (HEAD, tag: refs/tags/1.3.2)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Mon Feb 27 00:00:00 2006 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.3.2: Updates to UpdateFoldMarkers.
plugin/AutoFold.vim | 72
1 files changed, 50 insertions(+), 22 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.3.1)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Sun Feb 20 00:00:00 2005 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.3.1
Improvements to RemoveFoldMarkers and UpdateFoldMarkers. Thanks to Eric for the perl folding patch and the formating ideas.
plugin/AutoFold.vim | 126
1 files changed, 84 insertions(+), 42 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.3)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Sat Feb 5 00:00:00 2005 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.3
Added functions to insert and remove fold markers. General cleanup. More improvements to UpdateFoldMarkers(). Added "Fold Hints".
plugin/AutoFold.vim | 435
1 files changed, 280 insertions(+), 155 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.2.2)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Mon Jan 31 00:00:00 2005 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.2.2: Improved fold marker fixing and added fixing for --- breaks.
plugin/AutoFold.vim | 136
1 files changed, 80 insertions(+), 56 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.2.1)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Fri Jan 28 00:00:00 2005 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.2.1
Vim syntax fix. Configured FoldOpen options. Added function to check and fix the fold marker positioning with autocmd to run just before writing the file. Improved Marker folding.
plugin/AutoFold.vim | 186
1 files changed, 136 insertions(+), 50 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.2)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Wed Oct 13 00:00:00 2004 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.2
Added Fold text style & width configuration items. Thanks to Wolfgang H. for patches and ideas.
plugin/AutoFold.vim | 55
1 files changed, 42 insertions(+), 13 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.1)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Sat Apr 24 00:00:00 2004 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.1
Consolidated SFT_SetFoldText subfunctions to improve performance. Python, Perl, Shell, and Vim folding pattern clean ups. Added initial C language support.
plugin/AutoFold.vim | 395
1 files changed, 222 insertions(+), 173 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0)
Author: Dave Vehrs <dave@feraga.com>
AuthorDate: Sat Feb 28 00:00:00 2004 +0000
Commit: Able Scraper <scraper@vim-scripts.org>
Version 1.0: Initial upload
README | 11
plugin/AutoFold.vim | 258
2 files changed, 269 insertions(+), 0 deletions(-)