Skip to content

Commit

Permalink
Change "time" to "time -p" for pretty output
Browse files Browse the repository at this point in the history
  • Loading branch information
aben20807 committed Sep 24, 2018
1 parent d33c015 commit 45dbe1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/runner.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" Author: Huang Po-Hsuan <aben20807@gmail.com>
" Filename: runner.vim
" Last Modified: 2018-09-13 12:01:28
" Last Modified: 2018-09-25 07:33:40
" Vim: enc=utf-8

" Function: runner#InitVariable() function
Expand Down Expand Up @@ -177,7 +177,7 @@ endfunction
" To do something when running.
function! runner#Run() abort
if g:runner_print_time_usage
let l:time = "time"
let l:time = "time -p"
else
let l:time = ""
endif
Expand Down

0 comments on commit 45dbe1b

Please sign in to comment.