Skip to content

Commit

Permalink
Restore console colours on Grunt task output
Browse files Browse the repository at this point in the history
  • Loading branch information
ain committed Feb 15, 2014
1 parent 3476a14 commit 9c07bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/grunt.vim
Expand Up @@ -33,7 +33,7 @@ let s:dirname=expand('<sfile>:h:h')

" spawn helper, basic wrapper to :!
function! s:Grunt(bang, args)
let cmd = 'grunt --no-color '.a:args
let cmd = 'grunt '.a:args
execute ':!'.cmd
endfunction

Expand Down

0 comments on commit 9c07bb9

Please sign in to comment.