motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 64fbfc7a8d15eeac80cfddcc8f74f0d9db9e889b (tree)
parent f232e4c6a3a662a61ed7bad57e04b4489d7790de
Author: Tim Pope <code@tpope.net>
Date:   Sat, 28 Jul 2018 21:51:46 -0400

Whitespace fix

Diffstat:
Mplugin/fugitive.vim | 2+-
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