asyncomplete-buffer.vim icon indicating copy to clipboard operation
asyncomplete-buffer.vim copied to clipboard

Use keyword char for matching

Open jsit opened this issue 3 years ago • 1 comments

This allows the user to define things like _, -, or $ to be included as buffer words by setting iskeyword

jsit avatar Aug 01 '20 14:08 jsit

We could also use [^[:keyword:]]\+ for splitting

tsung-ju avatar Jan 19 '22 19:01 tsung-ju