Commit Graph

442 Commits

Author SHA1 Message Date
gmarik 24f1b018c6 LICENSE.txt
- closes #141
2012-02-20 13:33:49 -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
Matthew Boston eb61670e4d update vundle.vim to version 0.9 2011-10-10 11:06:34 -04:00
gmarik 304e63642b avoid flicker when operating
- use `redraw` instead `redraw!`
- closes #90
2011-10-03 17:50:15 -05:00
gmarik cae6df72cf add minimal possible config
- for testing purposes
2011-08-28 15:17:26 -05:00
gmarik a38662a6ff update README image 2011-08-28 17:32:40 -05:00
gmarik e35916b1d6 docs 2011-08-28 13:57:35 -05:00
gmarik 152a0d4332 fix spelling 2011-08-26 11:53:39 -05:00
gmarik 70cc27d17c docs 2011-08-26 02:12:35 -05:00
gmarik 4126c558a7 docs 2011-08-26 02:00:09 -05:00
gmarik 289332e2ae fix docs 2011-08-26 01:53:16 -05:00
gmarik 793ee8a91e docs 2011-08-25 21:34:41 -05:00
gmarik 41f125b413 docs 2011-08-25 21:28:30 -05:00