35 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
Devin Weaver dbc36fcaae Update minirc to Plugin namespace 2014-08-26 11:00:55 -04: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
gmarik 0521de95ea use Plugin instead Bundle
- closes many issues )
2014-03-23 11:27:06 -04:00
gmarik 215dd5f842 fixed test/vimrc 2014-02-21 20:59:17 -06:00
Shougo Matsushita 6b45d873bc Fix #374 shellescape problem 2014-02-09 17:41:07 -06:00
gmarik 3bf598d169 add syntax test cases 2012-08-15 02:48:41 -05:00
gmarik 03ed2bd39e get rid of unused testing code 2012-03-05 13:11:21 -06:00
gmarik de961782d3 test/vimrc update 2011-12-20 03:26:15 -06:00
gmarik ecb6773c94 update test/vimrc with proto default 2011-12-20 03:06:21 -06:00
gmarik efa26be8f1 nowrap in test/vimrc 2011-11-23 00:48:52 -06:00
gmarik b00c853e2f test: use ! in path 2011-11-23 00:48:52 -06:00
gmarik 8640f8c098 TEST: rename install dir 2011-11-22 15:37:45 -06:00
gmarik 4afb0ca805 TEST: :BundleInstall on VimEnter 2011-11-22 15:37:23 -06:00
gmarik 43080a1e5c ignore wildignore with expand/glob
- closes #110
2011-11-18 01:23:40 -06:00
gmarik baa3e989e0 do not BundleInstall in test/vimrc
- TODO: crashes `vim -g -u test/vimrc`
2011-11-18 01:23:40 -06:00
gmarik cae6df72cf add minimal possible config
- for testing purposes
2011-08-28 15:17:26 -05:00
gmarik 560426c4a4 test invalid bundle aswell 2011-07-15 02:13:54 -05:00
gmarik 1d0c0ddb5f test 2011-06-03 18:53:20 -05:00
gmarik ac1c89353d test 2011-05-31 19:05:27 -05:00
gmarik a4d5fcac97 test " quotes as well 2011-05-31 19:03:28 -05:00
gmarik c2289ba55c Revert "Allow comments after Bundle declarations"
This reverts commit bb402facfb.
2011-05-31 19:01:59 -05:00
gmarik bb402facfb Allow comments after Bundle declarations
- previous commit closes #13
2011-05-29 21:31:17 -05:00
gmarik 5bc033c068 test/vimrc 2011-05-23 14:50:20 -05:00
gmarik 6c2a34f334 syntax on in text/vimrc 2011-05-16 19:33:18 -05:00
gmarik 4ef824cf75 fix dirname/ 2011-05-16 19:18:52 -05:00
gmarik 88a1ec13ac Add Bundle 2011-05-16 19:18:33 -05:00
gmarik f1e483e441 Merge branch 'vundle_is_a_bundle' 2011-05-16 17:40:17 -05:00
gmarik 62e84cfacb test 2011-05-12 18:18:45 -05:00
gmarik 1cc7ab3dfd test/vimrc 2011-05-09 23:00:50 -05:00
gmarik 63d283ce98 make helptags generation ignore wildignore
- closes #21
2011-04-27 21:21:09 -05:00
gmarik 226c148feb test vimrc 2011-04-23 02:27:33 -05:00
gmarik 86a8d196ea removed unused test 2011-04-23 01:09:01 -05:00
gmarik 0a0d712416 Renamed test script 2010-11-02 23:54:18 -05:00