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