mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
Don't output a message on opening a file node
This commit is contained in:
@@ -1229,7 +1229,6 @@ endfunction
|
|||||||
|
|
||||||
"FUNCTION: TreeFileNode.open() {{{3
|
"FUNCTION: TreeFileNode.open() {{{3
|
||||||
function! s:TreeFileNode.open(...)
|
function! s:TreeFileNode.open(...)
|
||||||
echomsg self.path.str()
|
|
||||||
let opts = a:0 ? a:1 : {}
|
let opts = a:0 ? a:1 : {}
|
||||||
let opener = s:Opener.New(self.path, opts)
|
let opener = s:Opener.New(self.path, opts)
|
||||||
call opener.open(self)
|
call opener.open(self)
|
||||||
|
|||||||
Reference in New Issue
Block a user