1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 01:50:05 +08:00

docs(commit): typo in gitcommit.vim

change 'pref' to 'perf'
This commit is contained in:
George Guimarães 2022-09-10 06:40:08 -03:00 committed by GitHub
parent 5216b5ea38
commit 3b456ab721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ let s:commit_types = [
\ 'menu' : 'A code change that neither fixes a bug nor adds a feature' \ 'menu' : 'A code change that neither fixes a bug nor adds a feature'
\ }, \ },
\ { \ {
\ 'word' : 'pref', \ 'word' : 'perf',
\ 'menu' : 'A code change that improves performance' \ 'menu' : 'A code change that improves performance'
\ }, \ },
\ { \ {