Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 488a089

Browse files
Use flowpath when loading flowcomplete
1 parent 3bd879d commit 488a089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after/ftplugin/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim filetype plugin
22

33
" Require the flow executable.
4-
if !executable('flow')
4+
if !executable(g:flow#flowpath)
55
finish
66
endif
77

0 commit comments

Comments
 (0)