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