Commit Graph

  • bb53f89504 update deprecated API to call the new API directly Lucas Hoffmann 2014-03-26 08:54:31 +0100
  • bf70a158c5 Merging in new plugin interface. Jeremy Pallats/starcraft.man 2014-03-23 11:43:01 -0400
  • 0521de95ea use Plugin instead Bundle gmarik 2014-03-18 13:50:51 -0500
  • eb5ae19ad6 Merge pull request #408 from starcraftman/fix_interactive Jeremy Pallats/starcraft.man 2014-03-21 19:11:22 -0400
  • 21326e161c Fixes issues #407. Jeremy Pallats/starcraft.man 2014-03-21 19:05:05 -0400
  • e6bcdfab22 Merge pull request #406 from gmarik/bug/keep_all_config_on_install Jeremy Pallats/starcraft.man 2014-03-20 08:08:09 -0400
  • a30bedf26c Make bundle options visible to installer Jacobo de Vera 2014-03-20 09:11:22 +0100
  • 938cd59785 Merge pull request #242 from techlivezheng/feature/use-global-bundles Jacobo de Vera 2014-03-20 08:31:05 +0100
  • 2d2690e41f Don't touch 'ignorecase' Marius Gedminas 2014-03-13 15:47:57 +0200
  • 941158665e Merge pull request #395 from starcraftman/vimdoc_cleanup Jeremy Pallats/starcraft.man 2014-03-05 14:50:31 -0500
  • 56e78a349f Updated vundle.txt to align with new README. Jeremy Pallats/starcraft.man 2014-02-25 21:29:17 -0500
  • d2d2237463 Merge pull request #394 from lucc/issue-295 starcraft.man/Jeremy 2014-02-24 08:45:41 -0500
  • f77d85cc28 docs: explain directory argument to :Bundle Lucas Hoffmann 2014-02-22 23:52:47 +0100
  • ec9625c628 fixes helptags and wildigore issue #390 gmarik 2014-02-21 20:53:31 -0600
  • 215dd5f842 fixed test/vimrc gmarik 2014-02-21 20:51:33 -0600
  • 02e2fe0aa2 Merge pull request #392 from starcraftman/add_contrib starcraft.man/Jeremy 2014-02-19 08:25:00 -0500
  • 33f0f70663 Adding CONTRIBUTING file with guidelines for PRs and issues. Jeremy Pallats/starcraft.man 2014-02-16 22:23:03 -0500
  • 644da82988 Merge pull request #393 from starcraftman/readme_changes starcraft.man/Jeremy 2014-02-19 08:06:35 -0500
  • de7d87d4d1 Updating the readme to be clearer. Jeremy Pallats/starcraft.man 2014-02-16 23:11:35 -0500
  • bf77a8bf25 Merge pull request #385 from marlun/doc-fixes starcraft.man/Jeremy 2014-02-11 07:41:29 -0500
  • f9e31fd97f Language fixes after notes from @starcraftman Martin Lundberg 2014-02-11 06:28:45 +0100
  • b49939a951 Some documentation fixes and changes Martin Lundberg 2014-02-11 00:14:32 +0100
  • 4472ffa078 Fix shellesc() Shougo Matsushita 2014-02-07 07:22:38 +0900
  • 6b45d873bc Fix #374 shellescape problem Shougo Matsushita 2014-02-07 07:09:16 +0900
  • a3c4c03a4c Help maintain Vundle section gmarik 2014-02-05 18:19:57 -0600
  • f31aa52552 remove donation link gmarik 2013-12-03 18:43:46 -0600
  • 08e9894d2a Resolve symlinks before running helptags Jacobo de Vera 2013-11-07 00:07:10 +0000
  • 4b75412462 Merge pull request #320 from roryokane/patch-1 Jacobo de Vera 2013-11-04 13:41:53 -0800
  • 05fde637a0 Check shell in Windows before assuming cmd.exe forethinker 2013-10-27 23:05:48 -0700
  • f8fdaebb8a edit README Rory O’Kane 2013-08-14 14:09:17 -0400
  • c3ec879694 Bundler link update gmarik 2013-08-13 15:19:17 -0500
  • 4f9b255fed Merge pull request #319 from grantbow/master gmarik 2013-08-13 12:35:12 -0700
  • c6782d7ba8 make the doc/vundle.txt the same as README.md grantbow 2013-08-12 17:23:57 -0700
  • 769010ae4d Readme and doc clarification about local git repos Bruno Sutic 2013-04-21 17:03:02 +0200
  • 3dcb0c3299 Show error in installer if helptags fails Jacobo de Vera 2013-03-16 01:47:23 +0000
  • 14891dbae2 Check for leading/trailing spaces in bundle specs Jacobo de Vera 2013-03-16 00:09:07 +0000
  • e2d68db2cf Merge pull request #271 from adjohnson916/master Jacobo de Vera 2013-03-15 16:35:18 -0700
  • 1e90e2f91f ignore netrwhist file Anders Johnson 2013-02-23 21:33:19 -0600
  • 5dd478e18e Generate helptags independently from user settings Jacobo de Vera 2013-02-08 02:42:12 +0000
  • 8e8cfda2d2 Prevent side effect of wildignore Matthew Schulkind 2013-02-06 13:57:15 -0500
  • 4a07207e7c Merge pull request #263 from benjaminoakes/patch-1 Jacobo de Vera 2013-02-04 18:01:10 -0800
  • bb8a66d544 Fix wiki links Ben Oakes 2013-02-04 11:57:46 -0600
  • 2a494ff00f fix Readme formatting gmarik 2012-12-02 12:41:22 -0600
  • 418187a487 Fix link to vim.org in README Jacobo de Vera 2012-12-02 07:47:10 +0000
  • 84c9a54254 Escape the repo URI when cloning Corey Richardson 2012-11-11 10:54:57 -0500
  • c9d9714539 Merge pull request #215 from mt3/master gmarik 2012-11-29 08:54:02 -0800
  • b5bef26e2c escape shell commands for windows robi-wan 2012-11-28 19:47:20 +0100
  • a6066d641b Added alias 'BundleUpdate' for 'BundleInstall!'. mt3 2012-09-12 18:07:38 -0700
  • 3bf598d169 add syntax test cases gmarik 2012-08-15 02:48:41 -0500
  • 3ad4b0334c Revert "change &rtp manipulation" gmarik 2012-08-15 02:04:55 -0500
  • d713b2737b Merge https://github.com/mduan/vundle gmarik 2012-08-11 19:41:36 -0500
  • e6b7cea59f Larger screenshot gmarik 2012-08-11 19:31:38 -0500
  • 8482141058 Merge https://github.com/acx0/vundle gmarik 2012-08-11 18:25:16 -0500
  • fefb3df7cb README examples moved to Wiki gmarik 2012-08-11 16:20:49 -0500
  • 93db227e2c README update gmarik 2012-08-11 16:16:58 -0500
  • 2b0ae7215f Use the global bundles instead of reinitializing Techlive Zheng 2012-08-06 11:20:14 +0800
  • 56ee523240 fix test for glob* function compatibility Sam Lidder 2012-08-03 00:23:15 -0400
  • 1e140c9f6b change &rtp manipulation gmarik 2012-04-29 00:24:01 -0500
  • 8e9b933ed4 Merge pull request #191 from zeux/master gmarik 2012-07-06 08:03:39 -0700
  • 1a935a259b Fix wget/win32 codepath for script searching. Zeux 2012-07-06 13:48:52 +0400
  • d9e2f79ee8 Merge pull request #185 from snufrick/master gmarik 2012-07-01 10:52:17 -0700
  • 5e9cbda7be Vundle can manage Vundle, when it cloned as git submodule Yury Khalyavin 2012-06-20 10:54:36 +0400
  • c4985923e2 Also update submodules during git pull mduan 2012-06-07 13:32:42 -0700
  • f928ba0491 Make git clone also grab submodules mduan 2012-06-06 20:11:06 -0700
  • 59bff0c457 Merge https://github.com/zolrath/vundle gmarik 2012-04-29 22:06:27 -0500
  • 57895c0cd4 Merge pull request #171 from robi-wan/patch-1 gmarik 2012-04-29 16:45:32 -0700
  • c678b861dc fix Changelog after BundleInstall! on windows robi-wan 2012-04-29 23:59:55 +0300
  • e56d772ecf Return bundle status without using git output text Matt Furden 2012-04-20 12:40:16 -0700
  • d62b51a8fe helptags status gmarik 2012-04-20 10:06:18 -0500
  • faf8dd38b6 Safeguard when no matches gmarik 2012-04-20 09:55:40 -0500
  • eb9eba26b7 Merge pull request #162 from zolrath/master gmarik 2012-04-19 14:10:20 -0700
  • f84fee8839 Add message on how to view changelog after Update. Matt Furden 2012-04-19 13:59:45 -0700
  • a52d4b91f4 Get initial/updated shas from git pull output. Matt Furden 2012-04-18 22:28:05 -0700
  • e999886db5 Use 'new' & 'updated' to build updated_bundle list Matt Furden 2012-04-18 01:19:25 -0700
  • 8c4e0a4a31 add new status gmarik 2012-04-17 20:12:11 -0500
  • c6f7607e85 add new status gmarik 2012-04-17 20:12:11 -0500
  • 769feb9fff Add GitHub Compare link to Changelog. Matt Furden 2012-04-17 02:51:29 -0700
  • 09560847ca Create Changelog when performing BundleInstall! Matt Furden 2012-04-04 19:26:13 -0700
  • dd8356aea7 Merge pull request #161 from zaiste/readme-link-to-vimified-conf gmarik 2012-04-01 15:13:18 -0700
  • d2f36550a9 Link to vimified conf zaiste 2012-04-01 23:47:34 +0200
  • f69ae09a70 Merge pull request #160 from mt3/patch-1 gmarik 2012-03-28 06:56:57 -0700
  • 8ef5280448 Fixed typo. milant 2012-03-28 05:02:30 -0700
  • 47ab21f76d Merge remote-tracking branch 'origin/master' into faster gmarik 2012-03-28 00:15:44 -0500
  • 03ed2bd39e get rid of unused testing code gmarik 2012-03-05 13:11:21 -0600
  • a910b88797 rename LICENSE.txt to LICENSE-MIT.txt gmarik 2012-02-20 13:41:35 -0600
  • 24f1b018c6 LICENSE.txt gmarik 2012-02-20 13:33:49 -0600
  • 5b0bb1375d inline loop gmarik 2012-01-28 19:54:03 -0600
  • 1fce719532 make rtpath an attribute gmarik 2012-01-28 18:05:21 -0600
  • eb6e676d3e Merge pull request #138 from hametsu/master gmarik 2012-02-01 23:26:54 -0800
  • d9578d0c0d fix Setup, not using HTTP but HTTPS TAKANO Mitsuhiro 2012-02-02 15:21:20 +0900
  • c9d81623c3 note on how to :BundleInstall from CLI gmarik 2012-01-15 02:26:02 -0600
  • b6071db7a5 make calls to glob* compatible with vim 7.1 Sam Lidder 2012-01-14 16:06:00 -0500
  • 5e5923c1ea Merge pull request #128 from bengl/gitignore gmarik 2012-01-14 03:50:46 -0800
  • 31f886f75b Added .gitignore file so as to play nicely as a git submodule. Bryan English 2012-01-14 01:15:59 -0800
  • 67640fc68b README: donations gmarik 2011-12-20 03:49:06 -0600
  • de961782d3 test/vimrc update gmarik 2011-12-20 03:26:15 -0600
  • 6f7c6d33e8 Docs: add g:vundle_default_git_proto option gmarik 2011-12-20 03:25:33 -0600
  • f6ce31fa38 https is a default proto gmarik 2011-12-20 03:07:12 -0600
  • ecb6773c94 update test/vimrc with proto default gmarik 2011-10-24 21:09:01 -0500
  • 3e7b39fe52 introduce g:vundle_default_git_proto option gmarik 2011-10-24 20:49:44 -0500