mirror of
https://github.com/preservim/nerdtree.git
synced 2025-02-12 23:53:59 +08:00
remove 2 unused function2
This commit is contained in:
parent
d24a421efd
commit
3cbb73a63c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user