commit 64fbfc7a8d15eeac80cfddcc8f74f0d9db9e889b (tree)
parent f232e4c6a3a662a61ed7bad57e04b4489d7790de
Author: Tim Pope <code@tpope.net>
Date: Sat, 28 Jul 2018 21:51:46 -0400
Whitespace fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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