commit b1020ad9c80963a9d676c89fec36e221660e7da6 parent 0ad0d195e5285263129f5be268dceebff3ae53ed Author: Martin Grenfell <martin_grenfell@msn.com> Date: Sun, 13 Jul 2008 11:39:43 +1200 remove some unused code Diffstat:
| M | plugin/NERD_tree.vim | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-) diff --git 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.
