commit 3cbb73a63c0dd4bd9c99c77cfb098f110dc6fa92
parent d24a421efdb780909dca3d3c2257bad4252e8c8e
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Wed, 3 Sep 2008 17:53:16 +1200
remove 2 unused function2
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1649,15 +1649,6 @@ endfunction
" SECTION: General Functions {{{1
"============================================================
-"FUNCTION: s:Abs(num){{{2
-"returns the absolute value of the input
-function! s:Abs(num)
- if a:num > 0
- return a:num
- else
- return 0 - a:num
- end
-endfunction
"FUNCTION: s:BufInWindows(bnum){{{2
"[[STOLEN FROM VTREEEXPLORER.VIM]]
"Determine the number of windows open to this buffer number.