mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
fix a function description comment
This commit is contained in:
@@ -2632,8 +2632,8 @@ function! s:isTreeOpen()
|
|||||||
return s:getTreeWinNum() != -1
|
return s:getTreeWinNum() != -1
|
||||||
endfunction
|
endfunction
|
||||||
"FUNCTION: s:isWindowUsable(winnumber) {{{2
|
"FUNCTION: s:isWindowUsable(winnumber) {{{2
|
||||||
"Returns 1 if opening a file from the tree in the given window requires it to
|
"Returns 0 if opening a file from the tree in the given window requires it to
|
||||||
"be split
|
"be split, 1 otherwise
|
||||||
"
|
"
|
||||||
"Args:
|
"Args:
|
||||||
"winnumber: the number of the window in question
|
"winnumber: the number of the window in question
|
||||||
|
|||||||
Reference in New Issue
Block a user