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