Skip to content

Commit

Permalink
fixed bug that was creating CR file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmmhack committed Apr 9, 2012
1 parent 82b5cb4 commit bcbba13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gclient.vim
Expand Up @@ -75,7 +75,7 @@ function! s:SetupGdb()
endif

"save output
sil :w!
:w!gdb.output

endfunction

Expand Down Expand Up @@ -125,6 +125,9 @@ function! GclientStep(step_type)

call <SID>GotoGdbWin()

"save output
:w!gdb.output

endfunction

function! s:SetMappings()
Expand Down

0 comments on commit bcbba13

Please sign in to comment.