mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 20:03:48 -05:00
Quick syntax issue fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user