From 64fbfc7a8d15eeac80cfddcc8f74f0d9db9e889b Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 28 Jul 2018 21:51:46 -0400 Subject: [PATCH] Whitespace fix --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index b584df7..24dd060 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -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