Closed habamax closed 4 years ago
Looks like @tpope removed it in this commit:
I have fixed it locally by adding a file to ~/.vim/after/plugin/dirvish_fugitive_fix.vim
:
" fix fugitive#detect issue
" https://github.com/justinmk/vim-dirvish/issues/160
autocmd! dirvish_ftdetect FileType dirvish
It removes autocommand that calls fugitive#detect
function in
With the recent fugitive update I get following error after pressing
-
:In vim (nightly) and neovim (0.4.3).