commit df3485ec648d6e6a29b940b39fcbfb4f0404bf51 parent 59257d7a3ac7a073fd7472e8ea09a4bdf1ecc38f Author: marty <marty@rodney.(none)> Date: Wed, 12 Aug 2009 01:13:29 +1200 remove an unused function Diffstat:
| M | plugin/NERD_tree.vim | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim @@ -2004,16 +2004,6 @@ function! s:Path.str(esc) return toReturn endfunction -"FUNCTION: Path.strAbs() {{{3 -" -"Returns a string representing this path with all the symlinks resolved -" -"Return: -"string -function! s:Path.strAbs() - return resolve(self.str(1)) -endfunction - "FUNCTION: Path.strForCd() {{{3 " " returns a string that can be used with :cd
