Skip to content

Commit

Permalink
Merge pull request #2734 from orlangure/fix-gopls-matcher-help
Browse files Browse the repository at this point in the history
Fix g:go_gopls_matcher variable name in docs
  • Loading branch information
bhcleek authored Feb 19, 2020
2 parents aeae2ac + ef356a8 commit 692f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ Specifies how `gopls` should match for completions. Valid values are `v:null`,
`fuzzy`, and `caseSensitive`. When it is `v:null`, `gopls`' defaults will be
used. By default it is `v:null`.
>
let g:go_gopls_fuzzy_matching = v:null
let g:go_gopls_matcher = v:null
<

*'g:go_gopls_staticcheck'*
Expand Down

0 comments on commit 692f483

Please sign in to comment.