Skip to content

Commit

Permalink
vim: flydiff: s:open_diff_buffer(): Fix not to create any buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Jun 27, 2008
1 parent 395728f commit 679c826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/dot.vim/autoload/flydiff.vim
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function! s:open_diff_buffer(bufnr) "{{{2
endif

let v:errmsg = ''
execute s:flydiff_direction() 'new'
execute s:flydiff_direction() 'split'
if v:errmsg != ''
return s:INVALID_WINNR
endif
Expand Down

0 comments on commit 679c826

Please sign in to comment.