mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 21:03:53 -05:00
Whitespace fix
This commit is contained in:
@@ -217,7 +217,7 @@ augroup fugitive
|
|||||||
|
|
||||||
autocmd FileType git
|
autocmd FileType git
|
||||||
\ if exists('b:git_dir') |
|
\ if exists('b:git_dir') |
|
||||||
\ call fugitive#MapJumps() |
|
\ call fugitive#MapJumps() |
|
||||||
\ call fugitive#MapCfile() |
|
\ call fugitive#MapCfile() |
|
||||||
\ endif
|
\ endif
|
||||||
autocmd FileType gitcommit
|
autocmd FileType gitcommit
|
||||||
|
|||||||
Reference in New Issue
Block a user