mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-22 13:55:02 +08:00
Use single-quoted string to comply with styleguide
This commit is contained in:
parent
09b165cfac
commit
5249b30fbf
|
@ -293,7 +293,7 @@ function! s:findAndRevealPath(pathStr) abort
|
||||||
|
|
||||||
if !filereadable(l:pathStr)
|
if !filereadable(l:pathStr)
|
||||||
let l:pathStr = fnamemodify(l:pathStr, ':h')
|
let l:pathStr = fnamemodify(l:pathStr, ':h')
|
||||||
let l:revealOpts["open"] = 1
|
let l:revealOpts['open'] = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue
Block a user