From 3cbb73a63c0dd4bd9c99c77cfb098f110dc6fa92 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Wed, 3 Sep 2008 17:53:16 +1200 Subject: [PATCH] remove 2 unused function2 --- plugin/NERD_tree.vim | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index bd6455d..b8b4356 100644 --- 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.