mirror of
https://github.com/preservim/nerdtree.git
synced 2024-12-01 22:53:35 +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…
Reference in New Issue
Block a user