From 6b7c9aa5c84a8b1d513599fd236df5c0772ff8c8 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Mon, 9 Jan 2012 16:30:06 +0000 Subject: [PATCH] update the method comment for TreeDirNode.open --- plugin/NERD_tree.vim | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 8ab3d89..4afb0c7 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -1663,13 +1663,7 @@ endfunction "FUNCTION: TreeDirNode.open([opts]) {{{3 "Open the dir in the current tree or in a new tree elsewhere. " -"Args: -" -"A dictionary containing the following keys (all optional): -" 'where': 't' if the tree should be opened in a new tab -" 'keepopen': dont close the tree window -" 'stay': open the file, but keep the cursor in the tree win -" +"If opening in the current tree, return the number of cached nodes. unlet s:TreeDirNode.open function! s:TreeDirNode.open(...) let opts = a:0 ? a:1 : {}