mirror of
https://github.com/preservim/nerdtree.git
synced 2024-12-03 08:13:34 +08:00
Quick syntax issue fix
This commit is contained in:
parent
b5519197e9
commit
7730c8731a
|
@ -188,7 +188,7 @@ function! s:Path.copy(dest)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
let cmd_prefix = g:NERDTreeCopyCmd
|
let cmd_prefix = g:NERDTreeCopyCmd
|
||||||
end
|
endif
|
||||||
|
|
||||||
let cmd = cmd_prefix . " " . escape(self.str(), self._escChars()) . " " . escape(dest, self._escChars())
|
let cmd = cmd_prefix . " " . escape(self.str(), self._escChars()) . " " . escape(dest, self._escChars())
|
||||||
let success = system(cmd)
|
let success = system(cmd)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user