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 562ab96b2ff1f277b04e413d06df38208a98ae33 (tree)
parent a1cc7f3fbd282c54b2d3209b0a510a48a9508030
Author: Tim Pope <code@tpope.net>
Date:   Mon, 28 Jun 2010 15:48:59 -0400

Whitespace fix

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

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1734,8 +1734,8 @@ function! s:repo_config(conf) dict abort endfun function! s:repo_user() dict abort - let username=s:repo().config('user.name') - let useremail=s:repo().config('user.email') + let username = s:repo().config('user.name') + let useremail = s:repo().config('user.email') return username.' <'.useremail.'>' endfun