mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-17 07:43:44 -05:00
Remove comment
This commit is contained in:
@@ -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('<amatch>:p:h')) |
|
||||
\ let b:git_dir = s:Slash(expand('<amatch>:p:h')) |
|
||||
|
||||
Reference in New Issue
Block a user