Commit Graph

117 Commits

Author SHA1 Message Date
gmarik
57474f97a7 extract common code 2011-08-05 23:45:55 -05:00
gmarik
b9226caacb Rename sign definitions and simplify sign-ing 2011-08-05 16:41:50 -05:00
gmarik
96a58d427c rename uptodate to todate status
- otherwise confusing with updated
2011-08-05 16:28:00 -05:00
gmarik
a038016df3 extract signing into function 2011-08-05 10:12:04 -05:00
gmarik
ed0610c916 micro sleep
- to display message properly
2011-08-05 08:48:57 -05:00
gmarik
06f84c898d Add Active state and change signs
- > active
- + updated
- . up to date
- ! error
2011-08-05 08:48:04 -05:00
gmarik
05501d3614 Distiguish ! command 2011-08-05 08:48:04 -05:00
gmarik
a3f1c1e537 move signs to vundle.vim and use 3 states
- ! is error
- . is up-to-date
- * is updated
2011-08-05 08:48:04 -05:00
gmarik
b4e7ca5e55 error out on unknown status 2011-08-04 21:11:31 -05:00
gmarik
60f299b227 get rid of error code, match error status too 2011-08-04 21:09:25 -05:00
gmarik
d37ab79841 match the output to find out the status
- rename statuses to be:
* error
* uptodate
* updated
2011-08-04 21:05:48 -05:00
gmarik
6c6efeeee5 Installer and Search use buffer
- instead writing to file and opening it
- faster and has nicer status name

- TODO unify
2011-08-04 14:12:13 -05:00
gmarik
e3623da0f9 use specified name with :BundleInstall
- otherwise it defautls to vim-scripts repos
- closes #69
- TODO: pass options aswell
2011-08-03 17:17:20 -05:00
gmarik
5bf9f8c353 basic logging 2011-07-30 19:35:16 -05:00
gmarik
9ff2d24fe8 do not reverse bundle list 2011-07-30 18:46:41 -05:00
gmarik
d5e7f95121 wrap system call (to log output) 2011-07-30 18:46:17 -05:00
gmarik
49f152de21 use keymap 2011-07-30 18:45:25 -05:00
gmarik
5787e7e99f moved to scripts.vim 2011-07-30 18:44:54 -05:00
gmarik
eca5e06a55 awesome installer 2011-07-30 18:23:50 -05:00
gmarik
3849b5b8a6 fix err 2011-07-15 02:13:54 -05:00
gmarik
b75036a8e3 improve message
- add status to return values
- check status to see if bundle installed
2011-07-15 02:13:45 -05:00
gmarik
46d6ac3dfb Improved log message 2011-07-15 00:53:19 -05:00
gmarik
f84b02e635 handle errors
- do not redraw on errors
- echo error during installation
2011-07-15 00:52:27 -05:00
gmarik
639ef572cf Merge branch 'winfix' 2011-06-03 18:13:28 -05:00
gmarik
06088de231 do not break on helptag generation errors
- just show the message
- closes #46
2011-05-28 02:55:49 -05:00
gmarik
63c3881a79 fix BundleInstall! on windows
- closes #45
- add /d swithc to cd command to perform drive change
- eclose joined commands with quotes
2011-05-27 19:15:35 -05:00
1319e527d6 Merge pull request #33 from latentflip/master
Fixed typo in bundle installer
2011-05-13 05:29:51 -07:00
Philip Roberts
997ec86eb5 Fixed typo in bundle installer.
no new bundless installed => no new bundles installed.
2011-05-13 00:45:55 -07:00
gmarik
fcad9a4bbb closes #31
- append slash to indicate directory, so expand ingnores wildignore
settings
2011-05-12 18:15:12 -05:00
gmarik
63d283ce98 make helptags generation ignore wildignore
- closes #21
2011-04-27 21:21:09 -05:00
gmarik
ac7d519e2b check for $MYVIMRC existence 2011-04-23 02:25:58 -05:00
gmarik
a7aa94d699 indent 2011-04-10 18:33:39 -05:00
gmarik
68be1a6ef1 todo 2011-04-10 18:32:01 -05:00
gmarik
e6897ca8c1 message when nothing to clean 2011-04-10 18:18:02 -05:00
gmarik
72b3b5e6db fix method call 2011-04-10 18:16:45 -05:00
gmarik
e5981b1048 indent code 2011-04-10 18:16:26 -05:00
gmarik
a0e6feb2b8 cleanup 2011-04-10 17:53:08 -05:00
gmarik
2f7a7c4088 no need to shellescape here 2011-04-10 17:52:14 -05:00
gmarik
61bfc5ab9f windows support 2011-04-09 18:54:18 -05:00
gmarik
2624232f73 Merge branch 'master' into windows 2011-04-03 16:02:07 -05:00
Brad Anderson
37eba9825c Make :BundleClean work on Windows 2011-03-30 00:55:53 -06:00
gmarik
0852047c90 use empty() where possible 2011-03-28 13:05:26 -05:00
gmarik
3edc20673d go without Vundle log 2011-03-19 17:43:06 -05:00
gmarik
617ccb62ec glob instead expand 2011-03-19 16:59:50 -05:00
gmarik
9147f84f85 display bundle per line 2011-03-19 16:59:28 -05:00
gmarik
a4a3a23658 minor improvements: 2011-03-19 16:15:33 -05:00
gmarik
9869d5b9fa check for actual helptag files 2011-03-19 16:14:58 -05:00
gmarik
c23ccfabda move logging to install 2011-03-19 15:21:05 -05:00
gmarik
d9bdffe74f group related conditions 2011-03-18 20:25:11 -05:00
gmarik
dcade75133 fixed bug
- map modifies source collection
- arrays are passed by reference
- resulted in remapping g:bundles into list or directories
2011-03-10 22:41:18 -06:00
gmarik
f99ca2e5ac replaced loops with functional analogues 2011-03-10 22:41:14 -06:00
gmarik
de308ff406 remove require guard
- was beaking case when bundle is already installed(downloaded) but not
configured
- should not affect other cases as adding require is pretty safe
2011-03-06 17:21:45 -06:00
gmarik
5f13029754 formatting 2011-03-06 15:24:08 -06:00
gmarik
02d76b101b do not debug log 2011-03-06 15:24:08 -06:00
gmarik
117ff5c27c allow :BundleInstall script_name 2011-03-06 15:23:25 -06:00
gmarik
2df30b4c4f Bang refactoring
- pass booleans instead '!'
2011-03-04 15:52:08 -06:00
gmarik
39eaa069ec Fixed helptags generation 2011-03-04 15:51:43 -06:00
gmarik
71865630ea minor fix 2011-03-04 15:40:14 -06:00
gmarik
036cd82989 helptags generation split 2011-03-04 15:28:29 -06:00
gmarik
8a253e4154 :VundleLog - shows commands log 2011-02-03 23:13:46 -06:00
gmarik
814c420ec2 Adding BundleClean!
- BundleClean now requires confirmation
2011-01-22 17:18:47 -06:00
gmarik
75f14de912 BundleClean cleans up unused scripts
- removes unused directories
2011-01-22 09:40:13 -06:00
gmarik
79e2e58107 Bugfix: fixed condition to source $MYGVIMRC 2011-01-05 13:57:47 -06:00
gmarik
5a7ff95560 Fixing reloading issue.
- closes https://github.com/gmarik/vundle/issues/#issue/2
- thanks http://github.com/dag for reporting
2010-12-11 20:37:28 -06:00
gmarik
e9f430ee0e TODOs 2010-12-08 23:15:10 -06:00
gmarik
e1b4ef5f09 Require installed script
- so it's ready to use right after installation
2010-12-08 22:55:16 -06:00
gmarik
5db64d6709 autoload/vundle.vim extracted into smaller files
- vundle.vim - entrypoing and loader
- config.vim - configuration and runtimepath management
- installer.vim - installation and docs
2010-12-08 22:31:11 -06:00