mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -05:00
Whitespace fix
This commit is contained in:
@@ -1734,8 +1734,8 @@ function! s:repo_config(conf) dict abort
|
|||||||
endfun
|
endfun
|
||||||
|
|
||||||
function! s:repo_user() dict abort
|
function! s:repo_user() dict abort
|
||||||
let username=s:repo().config('user.name')
|
let username = s:repo().config('user.name')
|
||||||
let useremail=s:repo().config('user.email')
|
let useremail = s:repo().config('user.email')
|
||||||
return username.' <'.useremail.'>'
|
return username.' <'.useremail.'>'
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user