Fix a bug preventing the correct update of vim
Somehow I forgot to execute "install" after the vundle migration on the "update" task
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -42,7 +42,7 @@ end
|
|||||||
|
|
||||||
task :update do
|
task :update do
|
||||||
Rake::Task["vundle_migration"].execute if needs_migration_to_vundle?
|
Rake::Task["vundle_migration"].execute if needs_migration_to_vundle?
|
||||||
Rake::Task["install"]
|
Rake::Task["install"].execute
|
||||||
#TODO: for now, we do the same as install. But it would be nice
|
#TODO: for now, we do the same as install. But it would be nice
|
||||||
#not to clobber zsh files
|
#not to clobber zsh files
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user