From abc0cc4c40cf734c67a03823e844f801c13a7dc6 Mon Sep 17 00:00:00 2001 From: marty Date: Wed, 12 Aug 2009 01:14:49 +1200 Subject: [PATCH] remove some useless/misleading comments --- plugin/NERD_tree.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 46cf603..a5a627f 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -2001,9 +2001,6 @@ endfunction "FUNCTION: Path.strForCd() {{{3 " " returns a string that can be used with :cd -" -"Return: -"a string that can be used in the view to represent this path function! s:Path.strForCd() if s:running_windows return self.strForOS(0) @@ -2015,9 +2012,6 @@ endfunction " "Returns a string that specifies how the path should be represented as a "string -" -"Return: -"a string that can be used in the view to represent this path function! s:Path.strDisplay() if self.cachedDisplayString ==# "" call self.cacheDisplayString()