pathogen.vim : Easy manipulation of 'runtimepath', 'path', 'tags', etc
| script karma |
Rating 3015/821,
Downloaded by 34043
|
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Tim Pope |
| |
| script type |
| utility |
| |
| description |
Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories.
Add this to your vimrc:
call pathogen#infect()
Now any plugins you wish to install can be extracted to a subdirectory under ~/.vim/bundle, and they will be added to the 'runtimepath'.
Use :Helptags to run :helptags on every doc/ directory in your 'runtimepath'.
For more detailed, better formatted documentation, see the README on GitHub:
http://github.com/tpope/vim-pathogen |
| |
| install details |
Install in ~/.vim/autoload (~\vimfiles\autoload on Windows). Or copy and paste:
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl 'www.vim.org/scripts/download_script.php?src_id=19375' \
> ~/.vim/autoload/pathogen.vim |
| |
script versions (upload new version)
Click on the package to download.
| pathogen.vim |
2.2 |
2013-01-14 |
7.0 |
Tim Pope |
Accept multiple arguments to pathogen#infect().
Fix errors in deprecated methods. |
| pathogen.vim |
2.1 |
2013-01-14 |
7.0 |
Tim Pope |
Deprecate :Vopen commands in favor of vimscript #4394.
Deprecate pathogen#infect() calls on paths without explicit globs. (Change pathogen#infect('bundle') to pathogen#infect('bundle/*')).
Introduce pathogen#incubate() to replace pathogen#runtime_append_all_bundles().
Introduce pathogen#surround() to replace pathogen#runtime_prepend_subdirectories().
Allow absolute paths in g:pathogen_disabled. |
| pathogen.vim |
2.0 |
2011-08-10 |
7.0 |
Tim Pope |
Add pathogen#infect() as primary entry point for basic setup.
Provide :Helptags to generate all help tags.
Provide :Vedit and related commands for editing runtime files. |
| pathogen.vim |
1.3 |
2011-03-10 |
7.0 |
Tim Pope |
Allow disabling bundles with g:pathogen_disabled.
Fix appending "after" directories on Windows. |
| pathogen.vim |
1.2 |
2010-01-17 |
7.0 |
Tim Pope |
Add pathogen#legacyjoin() which escapes spaces for older options like 'path' and 'tags'.
Fix pathogen#join() to not escape spaces (caused problems on many Windows setups).
Add pathogen#uniq() to filter out duplicates.
Add pathogen#helptags() to generate helptags for everything in 'runtimepath'. |
| pathogen.vim |
1.1 |
2008-10-24 |
7.0 |
Tim Pope |
Properly escape spaces in paths |
| pathogen.vim |
1.0 |
2008-08-07 |
7.0 |
Tim Pope |
Initial upload |
ip used for rating: 50.19.155.235
|