From 3b456ab721075f60e9de6b8c37bbff39ebdda184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Guimar=C3=A3es?= Date: Sat, 10 Sep 2022 06:40:08 -0300 Subject: [PATCH] docs(commit): typo in gitcommit.vim change 'pref' to 'perf' --- autoload/SpaceVim/plugins/gitcommit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/SpaceVim/plugins/gitcommit.vim b/autoload/SpaceVim/plugins/gitcommit.vim index 5ad6f84ed..a42c91f56 100644 --- a/autoload/SpaceVim/plugins/gitcommit.vim +++ b/autoload/SpaceVim/plugins/gitcommit.vim @@ -36,7 +36,7 @@ let s:commit_types = [ \ 'menu' : 'A code change that neither fixes a bug nor adds a feature' \ }, \ { - \ 'word' : 'pref', + \ 'word' : 'perf', \ 'menu' : 'A code change that improves performance' \ }, \ {