Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit ed91770

Browse files
authored
Merge pull request #236 from 7415963987456321/missing_comma
Add missing comma to the help file.
2 parents 52ccd7c + 733a862 commit ed91770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/completion-nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ g:completion_chain_complete_list *g:completion_chain_complete_list*
221221
let g:completion_chain_complete_list = {
222222
\'default' : [
223223
\ {'complete_items': ['lsp']},
224-
\ {'complete_items': ['snippet']}
224+
\ {'complete_items': ['snippet']},
225225
\ {'mode': '<c-p>'},
226226
\ {'mode': '<c-n>'}
227227
\]

0 commit comments

Comments
 (0)