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' \ }, \ {