Skip to content

Commit

Permalink
ninja-build.vim should redraw! after running make.
Browse files Browse the repository at this point in the history
BUG=none
TEST=screen not messed up after running CrCompileFile from vim in an xterm.

Review URL: https://chromiumcodereview.appspot.com/9232065

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119737 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mattm@chromium.org committed Jan 30, 2012
1 parent a455ee6 commit 211d9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/vim/ninja-build.vim
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ fun! CrCompileFile()
let l:oldmakepgr = &makeprg
python set_makepgr_to_single_file_ninja()
silent make | cwindow
redraw!
let &makeprg = l:oldmakepgr
endfun

Expand Down

0 comments on commit 211d9ae

Please sign in to comment.