commit dcf9e956a77a0090f3e67dcd609c9c9b5e788f38 parent 8aafa66eac46eb1a4fb5a3e147cab98f0ddcc248 Author: Martin Grenfell <martin_grenfell@msn.com> Date: Sat, 10 May 2008 15:45:05 +1200 minor bugfix Diffstat:
| M | plugin/NERD_tree.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim @@ -890,7 +890,7 @@ function! s:oPath.Copy(dest) dict let cmd = g:NERDTreeCopyCmd . " " . self.StrForOS(0) . " " . dest let success = system(cmd) if success != 0 - throw "NERDTree.Path Exception: Could not copy ''". self.StrForOS() ."'' to: '" . a:dest . "'" + throw "NERDTree.Path Exception: Could not copy ''". self.StrForOS(0) ."'' to: '" . a:dest . "'" endif endfunction
