Commit Graph

453 Commits

Author SHA1 Message Date
Matt Furden 769feb9fff Add GitHub Compare link to Changelog.
If the Bundle is hosted on GitHub include link to compare the commit range
visually on GitHub.
2012-04-17 11:51:14 -07: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 dd8356aea7 Merge pull request #161 from zaiste/readme-link-to-vimified-conf
Link to vimified conf in README
2012-04-01 15:13:18 -07:00
zaiste d2f36550a9 Link to vimified conf 2012-04-01 23:47:34 +02:00
gmarik f69ae09a70 Merge pull request #160 from mt3/patch-1
Thanks!
2012-03-28 06:56:57 -07:00
milant 8ef5280448 Fixed typo. 2012-03-28 05:02:30 -07:00
gmarik 47ab21f76d Merge remote-tracking branch 'origin/master' into faster 2012-03-28 00:15:44 -05:00
gmarik 03ed2bd39e get rid of unused testing code 2012-03-05 13:11:21 -06:00
gmarik a910b88797 rename LICENSE.txt to LICENSE-MIT.txt 2012-02-20 13:41:35 -06:00
gmarik 24f1b018c6 LICENSE.txt
- closes #141
2012-02-20 13:33:49 -06:00
gmarik 5b0bb1375d inline loop
- also work in batches
2012-02-15 23:05:38 -06:00
gmarik 1fce719532 make rtpath an attribute
- having it as a function makes it slower
2012-02-15 23:05:21 -06:00
gmarik eb6e676d3e Merge pull request #138 from hametsu/master
change setup url to use HTTPS instead HTTP
2012-02-01 23:26:54 -08:00
TAKANO Mitsuhiro d9578d0c0d fix Setup, not using HTTP but HTTPS 2012-02-02 15:21:20 +09:00
gmarik c9d81623c3 note on how to :BundleInstall from CLI 2012-01-15 02:26:02 -06:00
Sam Lidder b6071db7a5 make calls to glob* compatible with vim 7.1 2012-01-14 16:06:00 -05:00
gmarik 5e5923c1ea Merge pull request #128 from bengl/gitignore
Added .gitignore file so as to play nicely as a git submodule.
2012-01-14 03:50:46 -08:00
Bryan English 31f886f75b Added .gitignore file so as to play nicely as a git submodule. 2012-01-14 01:15:59 -08:00
gmarik 67640fc68b README: donations 2011-12-20 03:49:06 -06:00
gmarik de961782d3 test/vimrc update 2011-12-20 03:26:15 -06:00
gmarik 6f7c6d33e8 Docs: add g:vundle_default_git_proto option 2011-12-20 03:25:33 -06:00
gmarik f6ce31fa38 https is a default proto
- as `http` one just redirects to `https` on GitHub
2011-12-20 03:07:12 -06:00
gmarik ecb6773c94 update test/vimrc with proto default 2011-12-20 03:06:21 -06:00
gmarik 3e7b39fe52 introduce g:vundle_default_git_proto option
- use `let g:vundle_default_git_proto = 'git'` to set default protocol
to build URIs to clone from
2011-12-20 03:06:21 -06:00
gmarik 877d03bf8d Docs: wording 2011-12-20 02:21:40 -06:00
gmarik 162b1bdd4f treat transcient bundles as configured
- "transcient bundle" - a bundle installed with :BundleInstall or interactively
  without being declared in .vimrc

- treat them the as if they were configured
- so everything works the same

- ie before this change helptags weren't generated automatically
  with `BundleInstall bundle` or with interactive mode

- it changes the way `:BundleClean` works, since it removes directories
  that aren't bundles
- FIX: `:source .vimrc` to let `:BundleClean` remove transcient bundles

- closes #99
2011-12-20 02:06:40 -06:00
gmarik 37e82d1e18 Merge pull request #118 from cblunt/patch-1
Updated readme to use "tpope/vim-rails.git" repository.
2011-12-02 10:22:41 -08:00
Chris Blunt 928b3bf2dc Updated readme to use "tpope/vim-rails.git" repository. 2011-12-02 13:32:53 +00:00
gmarik 73daf4eb9f replace exec with system()
- closes #64
2011-11-23 01:19:50 -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 c97bfafdd4 %T formatter breaks MS Win use portable instead
- closes #104
2011-11-19 00:01:57 -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 88b8120afa Merge branch 'devel' of https://github.com/rson/vundle 2011-11-06 17:13:03 -06:00
Randy Morris 5adaa6b3c4 give BundleClean prompt a default value of 'y'
Also save/restore input so potential mappings aren't broken.
2011-11-05 17:25:50 -04:00
Randy Morris b0d3b6f8f6 whitespace changes in the BundleClean input prompt 2011-11-05 17:25:38 -04:00
Randy Morris 99c112fe4f add whitespace to search map
Prevents the user from having to type a space before the search term.
2011-11-05 17:24:56 -04:00
gmarik 8122fb1a96 fix appending to nomodifiable buffer
- closes #80
2011-11-04 00:08:44 -05:00
gmarik bf25e018bc make function reloadable 2011-11-04 00:06:06 -05:00
gmarik 8b5be8dd60 remove ugly button 2011-10-23 19:37:28 -05:00
gmarik c52de216a4 Merge pull request #95 from mutewinter/patch-1
Added my Vim config link (which makes heavy use of Vundle)
2011-10-12 07:49:53 -07:00
Jeremy Mack 958faf39ab Added my Vim config link (which makes heavy use of Vundle)
Also renamed the "Examples" section to "People Using Vundle"
2011-10-12 11:41:58 -03:00
gmarik ba5b685f0a format text 2011-10-12 00:59:52 -05:00
gmarik 3f20905a22 more text! 2011-10-12 00:59:14 -05:00
gmarik 9db06f4907 fix spelling 2011-10-12 00:57:46 -05:00
gmarik c5d66a73c6 add donate Button 2011-10-12 00:57:23 -05:00
gmarik a9cf035d4a Merge pull request #93 from bostonaholic/master
Update vundle.vim version to 0.9
2011-10-10 10:05:07 -07:00