From 89cfedd39bf7659518c6f5ee4fcb55dbed522ecf Mon Sep 17 00:00:00 2001 From: marty Date: Wed, 9 Sep 2009 16:04:14 +1200 Subject: [PATCH] syntax fix --- nerdtree_plugin/fs_menu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerdtree_plugin/fs_menu.vim b/nerdtree_plugin/fs_menu.vim index 5cd160f..059cf96 100644 --- a/nerdtree_plugin/fs_menu.vim +++ b/nerdtree_plugin/fs_menu.vim @@ -85,7 +85,7 @@ function! NERDTreeMoveNode() let newNodePath = input("Rename the current node\n" . \ "==========================================================\n" . \ "Enter the new path for the node: \n" . - \ "", curNode.path.str() + \ "", curNode.path.str()) if newNodePath ==# '' call s:echo("Node Renaming Aborted.")