syntax fix

This commit is contained in:
marty
2009-09-09 16:04:14 +12:00
parent 1be18ed53c
commit 89cfedd39b

View File

@@ -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.")