mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-22 13:12:40 +08:00
minor fix to method header
This commit is contained in:
parent
782e60efc9
commit
a5f86e1a8f
|
@ -1747,7 +1747,7 @@ function! s:FindNodeLineNumber(treenode)
|
|||
return -1
|
||||
endfunction
|
||||
|
||||
"FUNCTION: s:FindRootNodeLineNumber(path){{{2
|
||||
"FUNCTION: s:FindRootNodeLineNumber(){{{2
|
||||
"Finds the line number of the root node
|
||||
function! s:FindRootNodeLineNumber()
|
||||
let rootLine = 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user