Quick syntax issue fix

This commit is contained in:
Skyler 2013-01-23 10:28:18 -08:00 committed by Skyler Lipthay
parent b5519197e9
commit 7730c8731a

View File

@ -188,7 +188,7 @@ function! s:Path.copy(dest)
endif
else
let cmd_prefix = g:NERDTreeCopyCmd
end
endif
let cmd = cmd_prefix . " " . escape(self.str(), self._escChars()) . " " . escape(dest, self._escChars())
let success = system(cmd)