mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
@@ -139,7 +139,8 @@ function! s:Detect(path)
|
||||
endif
|
||||
if exists('b:git_dir')
|
||||
silent doautocmd User Fugitive
|
||||
cnoremap <expr> <buffer> <C-R><C-G> <SID>recall()
|
||||
cnoremap <buffer> <expr> <C-R><C-G> <SID>recall()
|
||||
nnoremap <buffer> <silent> y<C-G> :call setreg(v:register,<SID>recall())<CR>
|
||||
let buffer = fugitive#buffer()
|
||||
if expand('%:p') =~# '//'
|
||||
call buffer.setvar('&path',s:sub(buffer.getvar('&path'),'^\.%(,|$)',''))
|
||||
|
||||
Reference in New Issue
Block a user