Fix error in BOOTSTRAP
This commit is contained in:
		@@ -177,14 +177,14 @@
 | 
				
			|||||||
        git commit -m "Install rails.vim bundle as a submodule."
 | 
					        git commit -m "Install rails.vim bundle as a submodule."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# Add Plugin haml
 | 
						# Add Plugin haml
 | 
				
			||||||
	git submodule add git://github.com/tpope/vim-haml.git ~/.vim/bundle/haml
 | 
						git submodule add git://github.com/tpope/vim-haml.git bundle/haml
 | 
				
			||||||
	git add .
 | 
						git add .
 | 
				
			||||||
	git commit -m "Install haml.vim bundle as a submodule."
 | 
						git commit -m "Install haml.vim bundle as a submodule."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Add more nice colorschemes
 | 
					# Add more nice colorschemes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# Solarized colorscheme
 | 
						# Solarized colorscheme
 | 
				
			||||||
	git submodule add git://github.com/altercation/vim-colors-solarized.git ~/.vim/bundle/solarized
 | 
						git submodule add git://github.com/altercation/vim-colors-solarized.git bundle/solarized
 | 
				
			||||||
	git add .
 | 
						git add .
 | 
				
			||||||
	git commit -m "Install solarized colorscheme as a bundle submodule."
 | 
						git commit -m "Install solarized colorscheme as a bundle submodule."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user