mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
Add a debugging message
This commit is contained in:
@@ -304,6 +304,11 @@ function! s:findAndRevealPath(path)
|
||||
endif
|
||||
|
||||
let l:node = b:NERDTree.root.reveal(l:pathObj)
|
||||
|
||||
if empty(l:node)
|
||||
echomsg 'l:node is totally empty...'
|
||||
endif
|
||||
|
||||
call b:NERDTree.render()
|
||||
call l:node.putCursorHere(1, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user