We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da10f76 + e3a8b92 commit 90fd0d6Copy full SHA for 90fd0d6
1 file changed
autoload/prettier/resolver/executable.vim
@@ -64,7 +64,7 @@ endfunction
64
65
function! s:ResolveExecutable(...) abort
66
let l:rootDir = a:0 > 0 ? a:1 : 0
67
- let l:exec = -1
+ let l:exec = "."
68
69
if isdirectory(l:rootDir)
70
let l:dir = s:TraverseAncestorDirSearch(l:rootDir)
0 commit comments