mirror of
https://github.com/preservim/nerdtree.git
synced 2025-03-02 08:49:56 +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
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user