diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index d578a75..771ae59 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -470,7 +470,7 @@ function! s:ProjectionistDetect() abort endif endfunction -let s:addr_other = has('patch-8.1.560') || has('nvim-0.4.0') ? '-addr=other' : '' +let s:addr_other = has('patch-8.1.560') || has('nvim-0.5.0') ? '-addr=other' : '' let s:addr_tabs = has('patch-7.4.542') ? '-addr=tabs' : '' let s:addr_wins = has('patch-7.4.542') ? '-addr=windows' : ''