Remove unused variable
This commit is contained in:
parent
7165817b69
commit
197ca58a95
@ -217,7 +217,6 @@ function! fugitive#Init() abort
|
|||||||
call s:map('c', '<C-R><C-G>', 'fnameescape(<SID>recall())', '<expr>')
|
call s:map('c', '<C-R><C-G>', 'fnameescape(<SID>recall())', '<expr>')
|
||||||
call s:map('n', 'y<C-G>', ':call setreg(v:register, <SID>recall())<CR>', '<silent>')
|
call s:map('n', 'y<C-G>', ':call setreg(v:register, <SID>recall())<CR>', '<silent>')
|
||||||
endif
|
endif
|
||||||
let buffer = fugitive#buffer()
|
|
||||||
if expand('%:p') =~# ':[\/][\/]'
|
if expand('%:p') =~# ':[\/][\/]'
|
||||||
let &l:path = s:sub(&path, '^\.%(,|$)', '')
|
let &l:path = s:sub(&path, '^\.%(,|$)', '')
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user