Skip to content

Commit b2dd95a

Browse files
committed
bugfix
1 parent 8b48c4e commit b2dd95a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

206206
Typing `:h easycomplete` for help.
207207

0 commit comments

Comments
 (0)