Minor fix keyword_pattern value in README

Just reflect the current default value per source code.
This commit is contained in:
bootleq 2023-02-01 15:37:12 +08:00
parent 3022dbc916
commit cc5492110e

View File

@ -39,7 +39,7 @@ The number of characters that need to be typed to trigger auto-completion.
### keyword_pattern (type: string)
_Default:_ `[[\%(-\?\d\+\%(\.\d\+\)\?\|\h\w*\%([\-.]\w*\)*\)]]`
_Default:_ `[[\%(-\?\d\+\%(\.\d\+\)\?\|\h\%(\w\|á\|Á\|é\|É\|í\|Í\|ó\|Ó\|ú\|Ú\)*\%(-\%(\w\|á\|Á\|é\|É\|í\|Í\|ó\|Ó\|ú\|Ú\)*\)*\)]]`
A vim's regular expression for creating a word list from buffer content.