mirror of
https://github.com/laixintao/asyncomplete-gitcommit.git
synced 2025-12-21 12:14:03 +01:00
update readme
This commit is contained in:
@@ -8,7 +8,7 @@ function! asyncomplete#sources#gitcommit#completor(opt, ctx) abort
|
||||
let l:startcol = l:col - l:kwlen
|
||||
|
||||
let l:matches = [
|
||||
\ "bugfix: ", "feature: ", "[WIP] ", "fixup! "
|
||||
\ "bugfix:", "feature:", "[WIP]", "fixup!"
|
||||
\ ]
|
||||
|
||||
call asyncomplete#complete(a:opt['name'], a:ctx, l:startcol, l:matches)
|
||||
|
||||
Reference in New Issue
Block a user