From ea88b103d176dec3469c130faa196eb504507e4e Mon Sep 17 00:00:00 2001 From: Jerome Reybert <jreybert@gmail.com> Date: Wed, 1 Mar 2017 22:07:01 +0100 Subject: [PATCH] plugin/magit.vim: update version to 1.7.1 --- plugin/magit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/magit.vim b/plugin/magit.vim index b825690..527c610 100644 --- a/plugin/magit.vim +++ b/plugin/magit.vim @@ -5,7 +5,7 @@ if exists('g:loaded_magit') || !executable('git') || &cp endif let g:loaded_magit = 1 -let g:vimagit_version = [1, 7, 0] +let g:vimagit_version = [1, 7, 1] " Initialisation {{{ -- GitLab