47 Commits

Author SHA1 Message Date
Nate Fischer 11fdc428fe Update repository references throughout documentation. Also, fixed an
incorrect URL and updated references to ':Bundle' commands to ':Plugin'
commands
2015-10-23 10:43:15 -07:00
Shahaf Arad 1df432aecf Allow updating specific plugins. 2015-03-02 22:04:02 +01:00
Andrea Cedraro 8db3bcb592 Change reference of Bundle to Plugin in the docs 2014-04-28 17:52:55 +02:00
Matthew Vance 286abd12f2 Clarified comment for non GitHub example in Configure bundles 2014-04-27 19:41:19 +02:00
Jeremy Pallats/starcraft.man e7660d50f3 Documentation Update.
* Add modelines to all code/doc files excluding README.md.  The modeline used is: `" vim: set expandtab sts=2 ts=2 sw=2 tw=78 norl:`
* Rename links with /vundle to /Vundle.vim, seems to confuse some people with redirect.
* Remove duplicates from Quickstart, add example of `name` flag.
* Add link to Tips page by @Lucc .
* Change help maintain vundle link directly to the new one.
* README.md line number links updated.

Note: Users with bundle/vundle need to rename vundle to Vundle.vim to use test files. Vundle will continue to function otherwise.

Fixes #413.
Fixes #438.
2014-04-15 10:47:08 -04:00
Jacobo de Vera f3da68779a Support plugin pinning
New supported option called 'pinned' for the Plugin command. When set to
1, the plugin is added to rtp but no install/upgrade operation is
performed.

It not only allows vundle to do rtp management of plugins on VCS other
than git, it also allows leaving plugins that had previously been
managed by vundle in the current state, with no further updates.

Fixes #24, #397
2014-04-09 09:57:50 +02:00
Michał Blinkiewicz ec16b7b797 fix typo in line no. 205 of README.md
change from `Plugin 'file///path/from/root/to/plugin'` to `Plugin 'file:///path/from/root/to/plugin'`
2014-04-04 18:17:14 +02:00
gmarik 0521de95ea use Plugin instead Bundle
- closes many issues )
2014-03-23 11:27:06 -04:00
Jeremy Pallats/starcraft.man 56e78a349f Updated vundle.txt to align with new README. 2014-03-05 14:49:13 -05:00
Lucas Hoffmann f77d85cc28 docs: explain directory argument to :Bundle
Add some documentation to explain the directory argument (optional second
argument) to the Bundle command.  Maybe fixes #295
2014-02-23 03:12:14 +01:00
Martin Lundberg f9e31fd97f Language fixes after notes from @starcraftman 2014-02-11 06:28:45 +01:00
Martin Lundberg b49939a951 Some documentation fixes and changes
1. Fixed some lines which were wider than 78 characters.
2. Added a couple of more borders above all the sub-sections.
3. Moved about part above the TOC, seems unnecessary to have that as its
own section when it's so small. This also look more like a  default vim
help file.
4. Changed "NOTE:" into "Note that" because that is more like how it's
used in default vim files.
5. Changed some wording like "the plug-in manager" to "a
plug-in manager".
6. Moved a couple of *tag names* below their headings so it's like that
everywhere in the file.
2014-02-11 00:14:32 +01:00
grantbow c6782d7ba8 make the doc/vundle.txt the same as README.md 2013-08-12 17:23:57 -07:00
Bruno Sutic 769010ae4d Readme and doc clarification about local git repos 2013-04-21 17:03:02 +02:00
Matt Furden 09560847ca Create Changelog when performing BundleInstall!
Keeps track of the current commit with a vundle_update tag before
perfoming an update and adds all commits pulled in the update to a
Changelog accessible via pressing 'u' after BundleInstall! completes.
2012-04-10 03:30:42 -07:00
gmarik 6f7c6d33e8 Docs: add g:vundle_default_git_proto option 2011-12-20 03:25:33 -06:00
gmarik 877d03bf8d Docs: wording 2011-12-20 02:21:40 -06:00
gmarik 41f125b413 docs 2011-08-25 21:28:30 -05:00
gmarik 49c5f890a2 docs 2011-08-25 21:24:31 -05:00
gmarik 0324149a0e change keybindings 2011-08-25 20:13:03 -05:00
gmarik 7ed52b63c5 Rewording and TODO 2011-08-24 16:15:14 -05:00
gmarik c781665e6a Use BundleSearch instead Bundles 2011-08-24 16:14:50 -05:00
gmarik 78002863b4 more docs 2011-08-23 16:51:08 -05:00
gmarik afd9edb6ac document :BundleList 2011-08-23 16:42:12 -05:00
gmarik 6d5148f935 change lokaltog to Lokaltog
otherwise it's invalid bundle uri
2011-07-22 09:35:04 -07:00
gmarik 04da8c0f59 make documentation use ready
just uncomment if you need it
2011-05-23 16:48:15 -05:00
Benjamin Esham a461b037ae Remove errant character (?) 2011-05-23 15:46:27 -05:00
Benjamin Esham cde56e3738 Mention that filetype indent need not be turned on 2011-05-23 15:44:49 -05:00
gmarik 245338b238 updated doc/vundle.txt 2011-05-16 19:44:47 -05:00
gmarik e73f5ffd04 fix indent 2011-05-16 19:27:10 -05:00
Daniel Hofstetter f61f039d60 Typo 2011-05-14 00:37:16 -07:00
Philip Roberts 7467d689b5 Fixed typo. 2011-05-12 13:18:43 -07:00
gmarik a93f9e33db updated vim docs 2011-04-24 22:31:51 -05:00
gmarik 352181553f docs 2011-03-20 01:15:40 -05:00
gmarik f1bac10257 Docs 2011-03-19 23:40:18 -05:00
gmarik 70e6b0bed9 Docs 2011-03-19 23:27:03 -05:00
gmarik 46e7b0fb0d Docs 2011-03-19 21:58:17 -05:00
gmarik 6dcbcd564d Fixed uris 2011-03-19 21:51:08 -05:00
gmarik 6e320666f3 More doc fixes 2011-03-19 20:54:43 -05:00
gmarik 30f47557dd Docs 2011-03-19 20:52:13 -05:00
gmarik fc28ab7f71 Doc fixes 2011-03-19 20:17:51 -05:00
gmarik 39bbfb3512 Docs! 2011-03-19 19:24:26 -05:00
gmarik a999d93fd2 docs 2011-03-19 18:22:56 -05:00
gmarik 75e11ff51e Docs fixes 2011-02-19 11:21:22 -06:00
gmarik 2b34c9481f Doc fix 2011-02-18 21:50:54 -06:00
gmarik 10cdcdfbd4 Vimdoc 2011-02-18 21:35:47 -06:00
gmarik a9800a0190 Vim helpdoc 2011-02-10 23:21:22 -06:00