Remove unused variable

This commit is contained in:
Tim Pope 2018-07-21 20:32:00 -04:00
parent 7165817b69
commit 197ca58a95

View File

@ -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