-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsNeeded.stats
132 lines (93 loc) · 5.02 KB
/
AsNeeded.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
commit SHA1SHA1SHA1 (HEAD, tag: refs/tags/16)
Author: Charles Campbell <[email protected]>
AuthorDate: Thu Sep 4 00:00:00 2008 +0000
Commit: Able Scraper <[email protected]>
Version 16
<*> ANtags now smaller (uses relative paths)
<*> saves and restore magic setting
<*> MkAsNeeded creates a menu: DrChip.ANmenu full of commands that AsNeeded can load
<*> Improved cmdsrch
doc/AsNeeded.txt | 78
plugin/AsNeeded.vim | 153
2 files changed, 176 insertions(+), 55 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/15)
Author: Charles Campbell <[email protected]>
AuthorDate: Fri Feb 23 00:00:00 2007 +0000
Commit: Able Scraper <[email protected]>
Version 15
Various bugfixes to automatic updating of ANtags and improvements to handling of no user-specified mapleader.
doc/AsNeeded.txt | 42
plugin/AsNeeded.vim | 104
2 files changed, 102 insertions(+), 44 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/14)
Author: Charles Campbell <[email protected]>
AuthorDate: Tue Sep 19 00:00:00 2006 +0000
Commit: Able Scraper <[email protected]>
Version 14
(-NEW-) Setting a variable, g:AsNeededAutoMake, to something like "ls -1l", lets AsNeeded keep ANtags and ANcmds up-to-date automatically!
(bugfix) Taglist does a quick-loading trick that involved using FuncUndefined autocmds. AsNeeded now defers to taglist instead of issuing a warning.
(bugfix) ei=all was inadvertently being left on; thus no autocmds were operational after AsNeeded successfully loaded a function. Fixed!
(bugfix) included |'patchmode'| in the SaveSettings() and RestoreSettings() bypass functions
doc/AsNeeded.txt | 33
plugin/AsNeeded.vim | 82
2 files changed, 88 insertions(+), 27 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/13)
Author: Charles Campbell <[email protected]>
AuthorDate: Thu May 18 00:00:00 2006 +0000
Commit: Able Scraper <[email protected]>
Version 13
AsNeeded now uses Thomas's idea for producing a "ANcmds.vim" plugin with skeleton commands. Plus some bugfixes. With this feature, commands in scripts in the AsNeeded/ directory act as if they're always available, even when the scripts haven't been loaded.
doc/AsNeeded.txt | 119
plugin/AsNeeded.vim | 240
2 files changed, 174 insertions(+), 185 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/12)
Author: Charles Campbell <[email protected]>
AuthorDate: Tue Mar 14 00:00:00 2006 +0000
Commit: Able Scraper <[email protected]>
Version 12
(bugfix) AsNeeded needs to work around several options that the user may set. However, if a plugin changed one of these, AsNeeded "restored" the option at the time that AsNeeded was invoked, thereby overriding whatever the plugin/map etc may have set. AsNeeded now restores the options, then sources the plugin/map etc.
plugin/AsNeeded.vim | 69
1 files changed, 42 insertions(+), 27 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/11)
Author: Charles Campbell <[email protected]>
AuthorDate: Fri Feb 10 00:00:00 2006 +0000
Commit: Able Scraper <[email protected]>
Version 11
Bugfixes (success message itself sometimes caused an error, internally used buffers now wiped silently, keeps/restores lz)
plugin/AsNeeded.vim | 63
1 files changed, 40 insertions(+), 23 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/10)
Author: Charles Campbell <[email protected]>
AuthorDate: Mon Nov 21 00:00:00 2005 +0000
Commit: Able Scraper <[email protected]>
Version 10
bugfix: maps with backslashes are escaped so they can be found
bugfix: report option workaround
plugin/AsNeeded.vim | 74
1 files changed, 54 insertions(+), 20 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/9)
Author: Charles Campbell <[email protected]>
AuthorDate: Tue Jul 12 00:00:00 2005 +0000
Commit: Able Scraper <[email protected]>
Version 9
MakeANtags command and function search patterns improved
plugin/AsNeeded.vim | 74
1 files changed, 63 insertions(+), 11 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/8)
Author: Charles Campbell <[email protected]>
AuthorDate: Thu Feb 17 00:00:00 2005 +0000
Commit: Able Scraper <[email protected]>
Version 8
Another bug fix; this time, for some maps, tags were being generated but not executed. Fixed!
plugin/AsNeeded.vim | 14
1 files changed, 8 insertions(+), 6 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/7)
Author: Charles Campbell <[email protected]>
AuthorDate: Wed Feb 16 00:00:00 2005 +0000
Commit: Able Scraper <[email protected]>
Version 7
MakeANtags now warns the user when no tags were found for each scriptfile it examines in the AsNeeded directory.
Two bugfixes: MakeANtags was missing some maps and, under Windows, was omitting backslashes in paths. Fixed!
README | 40
plugin/AsNeeded.vim | 422
2 files changed, 462 insertions(+), 0 deletions(-)