mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
fix syntax error in Path#delete()
This commit is contained in:
@@ -1948,7 +1948,7 @@ endfunction
|
|||||||
function! s:Path.delete()
|
function! s:Path.delete()
|
||||||
if self.isDirectory
|
if self.isDirectory
|
||||||
|
|
||||||
let cmd = g:NERDTreeRemoveDirCmd . self.str('escape': 1})
|
let cmd = g:NERDTreeRemoveDirCmd . self.str({'escape': 1})
|
||||||
let success = system(cmd)
|
let success = system(cmd)
|
||||||
|
|
||||||
if v:shell_error != 0
|
if v:shell_error != 0
|
||||||
|
|||||||
Reference in New Issue
Block a user