From 817fc1528733120a34541244c4323fef31551901 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 11 Feb 2019 09:06:01 -0500 Subject: [PATCH] Remove comment --- plugin/fugitive.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index c5f7046..9b72eed 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -271,8 +271,6 @@ augroup fugitive \ endif | \ let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'exe') . '|setl inex= inc=' - " Handle index files in Git directories, emulating normal sequence of - " autocommands if a file named `index` is found elsewhere: autocmd BufReadCmd index{,.lock} \ if FugitiveIsGitDir(expand(':p:h')) | \ let b:git_dir = s:Slash(expand(':p:h')) |