From c8b1a7d9b6688734c0303b49192afbfa0ad6194a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 30 May 2018 00:36:26 -0400 Subject: [PATCH] Remove self evident comment --- plugin/fugitive.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 87f2b69..daeaf18 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -173,9 +173,6 @@ function! FugitiveExtractGitDir(path) abort let previous = "" while root !=# previous 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 endif if index(split($GIT_CEILING_DIRECTORIES, ':'), root) >= 0