motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 27e2212ac04b16d20fbdedfad8ff80be20a746ce (tree)
parent 2ed441fde730117146bd4bf21c5655c1d551966d
Author: Tim Pope <code@tpope.net>
Date:   Tue, 25 May 2010 16:32:09 -0400

Fix indent

Diffstat:
Mplugin/fugitive.vim | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1039,14 +1039,14 @@ function! s:Diff(bang,...) abort if exists(':DiffGitCached') return 'DiffGitCached' elseif (!a:0 || a:1 == ':') && s:buffer().commit() =~# '^[0-1]\=$' && s:repo().git_chomp_in_tree('ls-files', '--unmerged', '--', s:buffer().path()) !=# '' - execute 'leftabove '.split.' `=fugitive#buffer().repo().translate(s:buffer().expand('':2''))`' - diffthis - wincmd p - execute 'rightbelow '.split.' `=fugitive#buffer().repo().translate(s:buffer().expand('':3''))`' - diffthis - wincmd p - diffthis - return '' + execute 'leftabove '.split.' `=fugitive#buffer().repo().translate(s:buffer().expand('':2''))`' + diffthis + wincmd p + execute 'rightbelow '.split.' `=fugitive#buffer().repo().translate(s:buffer().expand('':3''))`' + diffthis + wincmd p + diffthis + return '' elseif a:0 if a:1 ==# '' return ''