063f68b26e 
								
							
								 
							
						 
						
							
							
								
								expand path  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66a6de721d 
								
							
								 
							
						 
						
							
							
								
								Revert "Allow comments after Bundle declarations"  
							
							This reverts commit d840b24072 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d840b24072 
								
							
								 
							
						 
						
							
							
								
								Allow comments after Bundle declarations  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06088de231 
								
							
								 
							
						 
						
							
							
								
								do not break on helptag generation errors  
							
							- just show the message
- closes  #46  
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63c3881a79 
								
							
								 
							
						 
						
							
							
								
								fix BundleInstall! on windows  
							
							- closes  #45 
- add /d swithc to cd command to perform drive change
- eclose joined commands with quotes 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a69866a942 
								
							
								 
							
						 
						
							
							
								
								expand bundle path  
							
							- closes  #37 
- join is useless there 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a2c5d5442d 
								
							
								 
							
						 
						
							
							
								
								Fix regex  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2275bf6792 
								
							
								 
							
						 
						
							
							
								
								use local variable  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95d56c5763 
								
							
								 
							
						 
						
							
							
								
								comment out echoing  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								997ec86eb5 
								
							
								 
							
						 
						
							
							
								
								Fixed typo in bundle installer.  
							
							no new bundless installed => no new bundles installed. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fcad9a4bbb 
								
							
								 
							
						 
						
							
							
								
								closes   #31  
							
							- append slash to indicate directory, so expand ingnores wildignore
settings 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67da50189d 
								
							
								 
							
						 
						
							
							
								
								source after/ dir aswell  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9291b006bf 
								
							
								 
							
						 
						
							
							
								
								after downloading plugin require ./bundle/plugin_name.vim  
							
							- in case bundle has some scripts
- ie Command-T may provide compilation scripts, in that case they should
define augroup bundle#command-t. see test/vimrc for example 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								288a8b0f85 
								
							
								 
							
						 
						
							
							
								
								extract s:source function  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e835cf1e05 
								
							
								 
							
						 
						
							
							
								
								rename require to source  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52456534f9 
								
							
								 
							
						 
						
							
							
								
								replace runtime! calls with source  
							
							- See:
- src/main.c - for plugin loading
- src/ex_cmds2.c - for how :runtime! and :source work
- benefit of using source vs runtime is that it's faster as doesn't
traverse &rtp 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa93510c55 
								
							
								 
							
						 
						
							
							
								
								expand path  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77a53dac78 
								
							
								 
							
						 
						
							
							
								
								invoke BundleInstallPre before actually installing  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf2d518ea5 
								
							
								 
							
						 
						
							
							
								
								add user# scoped autogroup  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e45bb42b49 
								
							
								 
							
						 
						
							
							
								
								downcase  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3df2fb7d9f 
								
							
								 
							
						 
						
							
							
								
								add TODO  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e95a749e2c 
								
							
								 
							
						 
						
							
							
								
								autocomplete with configured bundle names too  
							
							- neccessary for custom built scripts to be installed properly 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								415a44d0f8 
								
							
								 
							
						 
						
							
							
								
								try to find configured bundle first  
							
							- neccessary for Bundle! configured bundles havin custom settings
- fallback to default behav in case not found 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76273c31a1 
								
							
								 
							
						 
						
							
							
								
								fix parsing of GitHub repo paths  
							
							GitHub usernames cannot start with an underscore, but they can be a
single character long. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bfbac3c9b8 
								
							
								 
							
						 
						
							
							
								
								fix invalid merge  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a0d37beb8 
								
							
								 
							
						 
						
							
							
								
								let options override name/uri  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								073ddf6965 
								
							
								 
							
						 
						
							
							
								
								with nosync consider bundles installed too  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5a079deae 
								
							
								 
							
						 
						
							
							
								
								with nosync use existing dir as a DESTINATION path too  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								658be0b24c 
								
							
								 
							
						 
						
							
							
								
								consider existing directory a valid uri too  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0556355d2 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a42550779a 
								
							
								 
							
						 
						
							
							
								
								use uri as path when nosync is set  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								efec93b0a9 
								
							
								 
							
						 
						
							
							
								
								Bundle! (with bang) adds {'sync':'no'}  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ece8fdccbf 
								
							
								 
							
						 
						
							
							
								
								use bundle.installed to check installation  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b32ac42e06 
								
							
								 
							
						 
						
							
							
								
								check whether bundle installed  
							
							- just by checking content
Conflicts:
	autoload/vundle/installer.vim 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58ae807ead 
								
							
								 
							
						 
						
							
							
								
								evented approach  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c9ee90991 
								
							
								 
							
						 
						
							
							
								
								check whether bundle installed  
							
							- just by checking content 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60a46cd58e 
								
							
								 
							
						 
						
							
							
								
								do not sync when `sync` is set to `no`  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9269d818f4 
								
							
								 
							
						 
						
							
							
								
								support sync:no option  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b133de8d93 
								
							
								 
							
						 
						
							
							
								
								rename vundle global variables  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab71d33a53 
								
							
								 
							
						 
						
							
							
								
								rename vundle global variables  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15027f3348 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4eb8c3545 
								
							
								 
							
						 
						
							
							
								
								Rename Event according to Vim conventions  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7ac31ff32 
								
							
								 
							
						 
						
							
							
								
								verify existing augroup names before executing  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06f1ec36f8 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a2de7543b 
								
							
								 
							
						 
						
							
							
								
								augroup name should be lowercase  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8a851b164 
								
							
								 
							
						 
						
							
							
								
								initial event-like interface  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63d283ce98 
								
							
								 
							
						 
						
							
							
								
								make helptags generation ignore wildignore  
							
							- closes  #21  
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3760e22c2 
								
							
								 
							
						 
						
							
							
								
								fixed version  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac7d519e2b 
								
							
								 
							
						 
						
							
							
								
								check for $MYVIMRC existence  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8565792679 
								
							
								 
							
						 
						
							
							
								
								allow custom bundle_dir  
							
							
								
							
							
						 
						14 years ago