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

Commit 2f57908

Browse files
acahaorenW1025
authored andcommitted
fix typo
1 parent 379fcb8 commit 2f57908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/completion-nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ g:completion_matching-strategy_list *g:completion-matching-strategy-list*
345345
of matching strategy, completion-nvim will loop through the list and
346346
assign priority from high to low. For example
347347
>
348-
let g:completion_matching_strategy_list = ['exact', 'substring', fuzzy]
348+
let g:completion_matching_strategy_list = ['exact', 'substring', 'fuzzy']
349349
<
350350
default value: ['exact']
351351

0 commit comments

Comments
 (0)