Skip to content

Commit

Permalink
Fix read_timeout of runner/vimproc
Browse files Browse the repository at this point in the history
ref #119
  • Loading branch information
thinca committed Jul 26, 2015
1 parent 5181a51 commit c22f2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/quickrun/runner/vimproc.vim
Expand Up @@ -13,7 +13,7 @@ let s:runner = {
\ 'config': {
\ 'updatetime': 0,
\ 'sleep': 50,
\ 'read_timeout': 65535,
\ 'read_timeout': 100,
\ }
\ }
let s:bufsize = -1
Expand Down

0 comments on commit c22f2f5

Please sign in to comment.