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 |
|
Tim Pope
|
07e7b35aef
|
Actually try things before you commit
|
2013-01-11 23:12:29 -05:00 |
|
Tim Pope
|
6aa1bbf839
|
Introduce pathogen#surround()
|
2013-01-11 22:48:57 -05:00 |
|
Tim Pope
|
df8f1b0b30
|
Rename pathogen#runtime_append_all_bundles
Better a cute name than a verbose yet still cryptic one.
|
2013-01-11 22:17:03 -05:00 |
|
Tim Pope
|
1fde396c57
|
Allow/encourage infect paths ending in /{}
I want to break this API.
|
2013-01-11 22:00:15 -05:00 |
|
Tim Pope
|
5bcf824e21
|
Formally deprecate :Vopen family
|
2013-01-11 21:33:02 -05:00 |
|
Tim Pope
|
c0dbda5258
|
Allow disabling absolute path
|
2013-01-11 19:10:22 -05:00 |
|
Tim Pope
|
da1c3c08ed
|
Plug sensible.vim
|
2013-01-06 14:03:44 -05:00 |
|
Tim Pope
|
532f0ca7d9
|
Change :call to :execute
I have some ideas about uses for this, such as returning :finish if an
environment variable tells us to skip the vimrc.
|
2013-01-06 14:03:24 -05:00 |
|
Tim Pope
|
47523d9bc0
|
Allow for :exe pathogen#infect()
Idea: Return 'finish' here if an environment variable says to skip the
rest of the vimrc.
|
2013-01-01 21:29:22 -05:00 |
|
Tim Pope
|
1b46b4f991
|
Remove advice around filetype on
Closes #80.
|
2012-12-20 09:35:21 -05:00 |
|
Tim Pope
|
e5f413f480
|
Promote scriptease.vim
|
2012-12-10 20:33:51 -05:00 |
|
Tim Pope
|
49e6d62fb1
|
Don't override existing :Vedit commands
Guess what my next plugin is going to be.
|
2012-11-11 10:55:39 -05:00 |
|
Tim Pope
|
96b5726ef3
|
Drop wget from install instructions
Who's in the wget-but-not-curl boat, anyways?
|
2012-09-24 13:21:17 -04:00 |
|
Tim Pope
|
11e39a169a
|
Simplify modeline
|
2012-08-01 15:27:49 -04:00 |
|
Tim Pope
|
5e3fdd3a8a
|
Fix :Vopen tab complete of a/b on Windows
Closes #70.
|
2012-07-30 11:37:01 -04:00 |
|
Tim Pope
|
2f9fd6de08
|
Fix :V* commands when file isn't found
|
2012-07-28 10:55:32 -04:00 |
|
Tim Pope
|
09f2c3b7d3
|
Fix the URL that GitHub broke
Closes #61.
|
2012-05-01 20:41:34 -04:00 |
|
Alex Efros
|
c9fb89dd6e
|
Fix error in :Helptags
Error happens if ~/.vim/doc/ doesn't contain
any files, but contain some subdirectories.
|
2012-02-23 16:47:04 -05:00 |
|
Tim Pope
|
ab64b4ddd0
|
Support :Vedit on versions prior to 7.1.299
|
2011-11-06 02:23:33 -05:00 |
|
Tim Pope
|
00ce0614f0
|
Don't choke on :Vopen 123.txt
Closes #49.
|
2011-10-20 02:31:44 -04:00 |
|
Tim Pope
|
4462567926
|
Fix count argument to :V commands
|
2011-10-20 02:30:12 -04:00 |
|
mattn
|
4676508001
|
Expand path in complete candidates
|
2011-10-20 02:23:05 -04:00 |
|
Jared Grippe
|
7701d82201
|
Fix typo
|
2011-09-25 02:26:55 -04:00 |
|
Daniel Bolton
|
a32131ce19
|
Chain install commands; fix curl opts/output
|
2011-09-18 02:23:45 -04:00 |
|
Tim Pope
|
af1361a446
|
Clarify copyright
|
2011-09-18 02:23:45 -04:00 |
|