mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 06:43:51 -05:00
Remove self evident comment
This commit is contained in:
@@ -173,9 +173,6 @@ function! FugitiveExtractGitDir(path) abort
|
|||||||
let previous = ""
|
let previous = ""
|
||||||
while root !=# previous
|
while root !=# previous
|
||||||
if root =~# '\v^//%([^/]+/?)?$'
|
if root =~# '\v^//%([^/]+/?)?$'
|
||||||
" This is for accessing network shares from Cygwin Vim. There won't be
|
|
||||||
" any git directory called //.git or //serverName/.git so let's avoid
|
|
||||||
" checking for them since such checks are extremely slow.
|
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
if index(split($GIT_CEILING_DIRECTORIES, ':'), root) >= 0
|
if index(split($GIT_CEILING_DIRECTORIES, ':'), root) >= 0
|
||||||
|
|||||||
Reference in New Issue
Block a user