From 68b427bf7ba04ebf734d5b73685b07df6fb6c360 Mon Sep 17 00:00:00 2001 From: Fabio Gallonetto Date: Thu, 16 May 2013 16:57:38 +0100 Subject: [PATCH] Fix previous commit Added the wrong file by mistake --- bin/yadr/yadr-vim-add-plugin | 3 ++- vim/after/plugin/dune-ctags.vim | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 vim/after/plugin/dune-ctags.vim diff --git a/bin/yadr/yadr-vim-add-plugin b/bin/yadr/yadr-vim-add-plugin index 01e98c7..3a7c50b 100755 --- a/bin/yadr/yadr-vim-add-plugin +++ b/bin/yadr/yadr-vim-add-plugin @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# require File.join(File.dirname(__FILE__), 'default_libs') require File.join(File.dirname(__FILE__), 'vundle') @@ -20,7 +21,7 @@ GitStyleBinary.command do repo=command.opts[:url] repo=command.opts[:url] puts "Adding \"#{repo}\" to the plugin list" - bundle_path=repo.gsub("https://github.com/", "") + bundle_path=repo.gsub(/http.?:\/\/github\.com\//, "") Vundle::add_plugin_to_vundle repo Vundle::update_vundle end diff --git a/vim/after/plugin/dune-ctags.vim b/vim/after/plugin/dune-ctags.vim deleted file mode 100644 index c0905c0..0000000 --- a/vim/after/plugin/dune-ctags.vim +++ /dev/null @@ -1 +0,0 @@ -set tags+=tags,gems.tags,stdlib.tags