mirror of
https://github.com/hrsh7th/cmp-buffer
synced 2025-04-10 11:41:39 +00:00
Minor fix keyword_pattern value in README
Just reflect the current default value per source code.
This commit is contained in:
parent
3022dbc916
commit
cc5492110e
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user