diff options
Diffstat (limited to 'code-review-difftool')
| -rwxr-xr-x | code-review-difftool | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/code-review-difftool b/code-review-difftool index 87a332a..aabce9a 100755 --- a/code-review-difftool +++ b/code-review-difftool @@ -29,5 +29,5 @@ review_base_without_dots="${review_base%%?(..|...)}"  vim \  	-n \ -	-c "tabdo Gdiff $review_base_without_dots" \ +	-c "tabdo Gvdiffsplit $review_base_without_dots" \  	-p $(code-review changed-files) | 
