commit 7a15d9879ffa7c27f1e650ec76774df8d386734b
parent dea37444bcff30ac9e85bbcc0430efcf10a6ed11
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Wed, 2 Jul 2008 21:22:51 +1200
use s:Echo instead of :echo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -2944,7 +2944,7 @@ function! s:CopyNode()
let confirmed = 1
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 confirmed = choice == 'y'
endif