use s:Echo instead of :echo

This commit is contained in:
Martin Grenfell
2008-07-02 21:22:51 +12:00
parent dea37444bc
commit 7a15d9879f

View File

@@ -2944,7 +2944,7 @@ function! s:CopyNode()
let confirmed = 1 let confirmed = 1
if currentNode.path.CopyingWillOverwrite(newNodePath) if currentNode.path.CopyingWillOverwrite(newNodePath)
echo "\nWarning: copying may overwrite files! Continue? (yN)" call s:Echo("\nWarning: copying may overwrite files! Continue? (yN)")
let choice = nr2char(getchar()) let choice = nr2char(getchar())
let confirmed = choice == 'y' let confirmed = choice == 'y'
endif endif