File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ require("easycomplete").setup({
201201| ` g:easycomplete_pum_pretty_style ` | 1 | 开启 border 时自适应 pum 样式 |
202202| ` g:easycomplete_cmdline ` | 1 | cmdline 匹配 |
203203| ` g:easycomplete_pum_maxlength ` | 35 | 匹配列表单词最长的字符数 |
204- | ` g:easycomplete_pum_noselect ` | ` &cot =~ "noselect" ` | 是否自动选中第一个匹配项 . 同 ` set &completeopt+=noselect ` |
204+ | ` g:easycomplete_pum_noselect ` | 0 | 是否不自动选中第一个匹配项 . 同 ` set &completeopt+=noselect ` |
205205
206206## 语言支持
207207
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Global configurations:
201201| ` g:easycomplete_pum_pretty_style ` | 1 | Adjust the pum style with border automatically |
202202| ` g:easycomplete_cmdline ` | 1 | Commandline complete |
203203| ` g:easycomplete_pum_maxlength ` | 35 | Max length of mathing word in pum list |
204- | ` g:easycomplete_pum_noselect ` | ` &cot =~ "noselect" ` | Autoselect first matched item or not. Same as ` set &completeopt+=noselect ` |
204+ | ` g:easycomplete_pum_noselect ` | 0 | Autoselect first matched item or not. Same as ` set &completeopt+=noselect ` |
205205
206206Typing ` :h easycomplete ` for help.
207207
You can’t perform that action at this time.
0 commit comments