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 aabce9a..44822b5 100755 --- a/code-review-difftool +++ b/code-review-difftool @@ -29,5 +29,5 @@ review_base_without_dots="${review_base%%?(..|...)}" vim \ -n \ - -c "tabdo Gvdiffsplit $review_base_without_dots" \ + -c "tabdo vertical Gdiffsplit! $review_base_without_dots" \ -p $(code-review changed-files) |