Skip to content

Commit

Permalink
modified: change the way run go file
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Jun 20, 2016
1 parent add67f9 commit 3a439db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ func! CompileRun()
elseif &filetype == 'html'
exec "!chrome % &"
elseif &filetype == 'go'
exec "!go build %<"
exec "!time go run %"
elseif &filetype == 'mkd'
exec "!chrome % &"
Expand Down

0 comments on commit 3a439db

Please sign in to comment.