From 975e1d50888386dd80dec602f584fffcbc1aa8e8 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 27 Oct 2022 00:23:49 +0800 Subject: [PATCH] perf(git): add git command --- autoload/SpaceVim/layers/VersionControl.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoload/SpaceVim/layers/VersionControl.vim b/autoload/SpaceVim/layers/VersionControl.vim index bfe6fce8a..7670191aa 100644 --- a/autoload/SpaceVim/layers/VersionControl.vim +++ b/autoload/SpaceVim/layers/VersionControl.vim @@ -386,15 +386,15 @@ function! s:pull_repo() abort endfunction function! s:push_repo() abort - + Git push endfunction function! s:commit_popup() abort - + Git commit -m update endfunction function! s:commit() abort - + Git commit endfunction function! s:revert_hunk() abort