nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 51637ec6d442e300d9280980eebccaf11aec198e
parent 4d77c3ae45501ede4d2df63056fd6d158058f693
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Mon, 20 Jul 2009 01:07:58 +1200

remove inferior rake symlink to travisjefferys awesome rakefile

Diffstat:
DRakefile | 18------------------
1 file changed, 0 insertions(+), 18 deletions(-)
diff --git a/Rakefile b/Rakefile
@@ -1,18 +0,0 @@
-desc "Copy the vim/doc files into ~/.vim"
-task :deploy_local do
-  run "cp plugin/NERD_tree.vim ~/.vim/plugin"
-  run "cp doc/NERD_tree.txt ~/.vim/doc"
-end
-
-
-desc "Create a zip archive for release to vim.org"
-task :zip do
-  abort "NERD_tree.zip already exists, aborting" if File.exist?("NERD_tree.zip")
-  run "zip NERD_tree.zip plugin/NERD_tree.vim doc/NERD_tree.txt"
-end
-
-def run(cmd)
-  puts "Executing: #{cmd}"
-  system cmd
-end
-