Use single-quoted string to comply with styleguide

This commit is contained in:
Bouke van der Bijl 2020-02-20 10:50:15 +01:00
parent 09b165cfac
commit 5249b30fbf

View File

@ -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