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

Commit

Permalink
Merge pull request #70 from yifuwang/master
Browse files Browse the repository at this point in the history
Pass --quite to FlowClientCall() in flow#jump_to_def()
  • Loading branch information
gabelevi committed Dec 13, 2017
2 parents 089de6b + ac4c794 commit 4acd33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/flow.vim
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function! flow#jump_to_def()
let pos = line('.').' '.col('.')
let path = ' --path '.fnameescape(expand('%'))
let stdin = join(getline(1,'$'), "\n")
let flow_result = <SID>FlowClientCall('get-def '.pos.path, '', stdin)
let flow_result = <SID>FlowClientCall('get-def --quiet '.pos.path, '', stdin)
" Output format is:
" File: "/path/to/file", line 1, characters 1-11

Expand Down

0 comments on commit 4acd33a

Please sign in to comment.