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