Tim Pope
|
bd0c1abcce
|
pathogen.vim 2.3
* Deprecation warnings.
* Introduce pathogen#interpose() to replace incubate().
* Fix glob issues with fish shell.
* Silence all errors in :helptags.
v2.3
|
2014-03-21 15:02:02 -04:00 |
|
Tim Pope
|
50531a4102
|
Make pathogen#uniq unofficial
|
2014-03-21 15:01:14 -04:00 |
|
Tim Pope
|
2d3784070d
|
Move s:warn down with deprecations
|
2014-03-21 14:46:14 -04:00 |
|
Tim Pope
|
60c6fd24cf
|
Move unofficial/deprecated functions to separate sections
|
2014-03-21 14:03:00 -04:00 |
|
Tim Pope
|
af23f56f42
|
Fix message
|
2014-03-20 17:48:55 -04:00 |
|
Tim Pope
|
a341581743
|
Fix zero arity invocation of runtime_append_all_bundles
|
2014-03-20 16:59:45 -04:00 |
|
Tim Pope
|
0230129c50
|
Steer people to pathogen#infect() in deprecations
|
2014-03-20 15:16:53 -04:00 |
|
Tim Pope
|
5cb9a24de8
|
Swap out deprecated functions for their replacements
|
2014-03-20 15:14:33 -04:00 |
|
Tim Pope
|
d7be5c7712
|
Start renaming pathogen_disabled to pathogen_blacklist
|
2014-03-20 03:09:46 -04:00 |
|
Tim Pope
|
0f43888aba
|
Don't redundantly filter ~ suffixes
This is already handled by glob() due to the 'suffixes' option
|
2014-03-20 02:59:22 -04:00 |
|
Tim Pope
|
8c54b5ec0d
|
Alias pathogen#interpose() to incubate()
We can do better than cutesy.
|
2014-03-20 00:32:28 -04:00 |
|
Tim Pope
|
3bc4b397b2
|
Typo fix
|
2014-03-19 19:12:28 -04:00 |
|
Tim Pope
|
543041b3ca
|
Better check for help files in doc directory
|
2014-03-19 12:38:40 -04:00 |
|
Tim Pope
|
f45c82a760
|
Document session options limitations
References #16.
|
2014-03-18 22:40:55 -04:00 |
|
Tim Pope
|
c9ca3770db
|
Use a dictionary to track done bundles
|
2014-03-17 23:08:24 -04:00 |
|
Tim Pope
|
698239024b
|
Ignore non-string arguments to infect
Allow for an options dictionary to be passed in the future.
|
2014-03-17 22:34:30 -04:00 |
|
Tim Pope
|
16a1a84072
|
pathogen#slash() alias for pathogen#separator()
|
2014-03-17 17:58:20 -04:00 |
|
Will Gray
|
1270dceb1f
|
Update comment to match readme
|
2013-07-13 22:33:54 -04:00 |
|
Tim Pope
|
f1926ab673
|
Use fnameescape not =...
|
2013-03-21 13:18:03 -04:00 |
|
Tim Pope
|
0c3769d94e
|
Always warn on deprecated API
|
2013-03-21 13:12:08 -04:00 |
|
Tim Pope
|
2c14c6095e
|
Silence errors in :helptags
Closes #90.
|
2013-03-21 13:11:43 -04:00 |
|
Tim Pope
|
3111f06b70
|
Add a CONTRIBUTING file
Leave the README section in place, as we link to it from all over the
place.
|
2013-03-10 16:07:37 -04:00 |
|
Tim Pope
|
a517eed987
|
Fix glob issues with fish shell
Closes #83.
|
2013-02-27 20:42:14 -05:00 |
|
Tim Pope
|
74ae96483b
|
Fix typo
|
2013-02-27 20:41:50 -05:00 |
|
Tim Pope
|
12c3483515
|
Fix typo in README
Closes #86.
|
2013-02-16 21:38:16 -05:00 |
|
Tim Pope
|
f195ac5e40
|
pathogen.vim 2.2
* Accept multiple arguments to pathogen#infect().
* Fix errors in deprecated methods.
v2.2
|
2013-01-14 17:54:17 -05:00 |
|
Maksim Ryzhikov
|
1050a784cc
|
Fix error in pathogen#runtime_append_all_bundles
|
2013-01-14 16:22:57 -05:00 |
|
Tim Pope
|
6cfc5e7759
|
Fix errors on attempt to warn
Closes #81.
|
2013-01-14 13:30:43 -05:00 |
|
Tim Pope
|
1b7f130f57
|
Revert "Point README at stable release"
This reverts commit 95c285e426.
|
2013-01-13 23:27:54 -05:00 |
|
Tim Pope
|
98659f0af7
|
Fix multiple arguments to pathogen#infect
|
2013-01-13 23:17:14 -05:00 |
|
Tim Pope
|
a860d000e1
|
Reveal multiple arguments form of pathogen#infect
|
2013-01-13 23:09:15 -05:00 |
|
Tim Pope
|
92ca2e574b
|
Accept multiple arguments to pathogen#infect()
|
2013-01-13 22:55:33 -05:00 |
|
Tim Pope
|
95c285e426
|
Point README at stable release
|
2013-01-13 21:06:33 -05:00 |
|
Tim Pope
|
a04bd7a195
|
pathogen.vim 2.1
* Deprecate :Vopen commands in favor of scriptease.vim.
* Deprecate pathogen#infect() calls on paths without explicit globs.
* Introduce pathogen#incubate().
* Deprecate pathogen#runtime_append_all_bundles().
* Introduce pathogen#surround().
* Deprecate pathogen#runtime_prepend_subdirectories().
* Allow absolute paths in g:pathogen_disabled.
v2.1
|
2013-01-13 20:27:34 -05:00 |
|
Tim Pope
|
a1b2b09e6a
|
Mention deprecation of runtime_prepend_subdirectories
|
2013-01-13 19:52:43 -05:00 |
|
Tim Pope
|
a2f7e9b93f
|
Change incubate to be consistent with surround
|
2013-01-13 19:45:39 -05:00 |
|
Tim Pope
|
6c741e636a
|
Provide more actionable warnings
|
2013-01-13 19:17:00 -05:00 |
|
Tim Pope
|
0533e25018
|
Allow incubate('bundle/{}')
I don't know if this is going to be a supported API, but since this is a
transitional release, let's keep our options open.
|
2013-01-13 18:27:30 -05:00 |
|
Tim Pope
|
268c6a06c4
|
Don't use underscored markdown headers
These can confuse the syntax highlighter, and the === version looks like
a conflict marker.
|
2013-01-13 18:26:49 -05:00 |
|
Tim Pope
|
40dcd3743b
|
Treat infect("~/foo/") as infect("/foo/{}")
|
2013-01-13 17:46:54 -05:00 |
|
Tim Pope
|
34eff0f3e4
|
Allow executing multiple commands
|
2013-01-13 12:56:59 -05:00 |
|
Tim Pope
|
5c657cbe99
|
Fix :Helptags for globs in path
|
2013-01-12 03:04:10 -05:00 |
|
Tim Pope
|
619f9ed386
|
Recommend *, not {}
This looks less weird. People who want to disable can look it up in the
docs.
|
2013-01-12 02:55:39 -05:00 |
|
Tim Pope
|
f79f1bb82b
|
Clarify difference between {} and *
|
2013-01-12 02:49:44 -05:00 |
|
Tim Pope
|
54f9afb244
|
Allow wildcards in pathogen#infect()
|
2013-01-12 02:48:26 -05:00 |
|
Tim Pope
|
bb6c0b8f5b
|
Add missing abort declarations
|
2013-01-12 02:42:44 -05:00 |
|
Tim Pope
|
5eafb23d9b
|
Don't truncate non-existent directory
|
2013-01-12 02:27:10 -05:00 |
|
Tim Pope
|
d10ce854fc
|
Strip trailing slashes is pathogen#surround()
|
2013-01-11 23:39:37 -05:00 |
|
Tim Pope
|
34b4567be4
|
Fix missing fold marker
|
2013-01-11 23:39:37 -05:00 |
|
Tim Pope
|
f467f117c1
|
Fix typo
|
2013-01-11 23:20:27 -05:00 |
|