mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-10 20:33:50 -05:00
Fix lint warnings: use robust operators
This commit is contained in:
@@ -32,7 +32,7 @@ function! NERDTreeExecFile()
|
||||
let cmd = treenode.path.str({'escape': 1})
|
||||
let cmd = input(':!', cmd . ' ')
|
||||
|
||||
if cmd != ''
|
||||
if cmd !=# ''
|
||||
exec ':!' . cmd
|
||||
else
|
||||
echo 'Aborted'
|
||||
|
||||
Reference in New Issue
Block a user