Whitespace fix

This commit is contained in:
Tim Pope 2018-07-28 21:51:46 -04:00
parent f232e4c6a3
commit 64fbfc7a8d

View File

@ -217,7 +217,7 @@ augroup fugitive
autocmd FileType git
\ if exists('b:git_dir') |
\ call fugitive#MapJumps() |
\ call fugitive#MapJumps() |
\ call fugitive#MapCfile() |
\ endif
autocmd FileType gitcommit