Skip to content

Commit

Permalink
Drop statusline duration
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Oct 3, 2017
1 parent 2767f44 commit c03ac74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ function! GoTestPassed()
return 0
endfunction

let g:go_statusline_duration = 15000
call airline#parts#define_function('gotestpassing', 'GoTestRes')
call airline#parts#define_condition('gotestpassing', 'GoTestPassed()')
call airline#parts#define_accent('gotestpassing', 'green')
Expand Down

0 comments on commit c03ac74

Please sign in to comment.