From b1020ad9c80963a9d676c89fec36e221660e7da6 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 13 Jul 2008 11:39:43 +1200 Subject: [PATCH] remove some unused code --- plugin/NERD_tree.vim | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 9a339cb..833f16e 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -1486,18 +1486,6 @@ function! s:oPath.StrForGlob() dict endif return toReturn endfunction -"FUNCTION: oPath.StrForNERDTreeCmd() {{{3 -" -"Return: the string for this path that is suitable to be used with the -":NERDTree command -function! s:oPath.StrForNERDTreeCmd() dict - if s:running_windows - return self.StrForOS(0) - else - return self.Str(1) - endif - -endfunction "FUNCTION: oPath.StrForOS(esc) {{{3 " "Gets the string path for this path object that is appropriate for the OS.