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

Commit 8c03b8d

Browse files
Default g:completion_matching_smart_case to &smartcase.
1 parent b5c0e8f commit 8c03b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/completion-nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ g:completion_matching_smart_case *g:completion_matching_smart_case*
359359
>
360360
let g:completion_matching_smart_case = 1
361361
<
362-
default value: 0
362+
default value: &smartcase
363363

364364
g:completion_sorting *g:completion_sorting*
365365

plugin/completion.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if ! exists('g:completion_matching_ignore_case')
8686
endif
8787

8888
if ! exists('g:completion_matching_smart_case')
89-
let g:completion_matching_smart_case = 0
89+
let g:completion_matching_smart_case = &smartcase
9090
endif
9191

9292
if ! exists('g:completion_matching_strategy_list')

0 commit comments

Comments
 (0)