mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -724,7 +724,7 @@ function! s:Git(bang, args) abort
|
||||
let git .= ' --no-pager'
|
||||
endif
|
||||
let args = matchstr(a:args,'\v\C.{-}%($|\\@<!%(\\\\)*\|)@=')
|
||||
if exists(':terminal')
|
||||
if exists(':terminal') && has('nvim')
|
||||
let dir = s:repo().tree()
|
||||
if expand('%') != ''
|
||||
-tabedit %
|
||||
|
Reference in New Issue
Block a user