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

Allow custom string for splitting text in buffer

Open jsit opened this issue 5 years ago • 0 comments

Right now the text in the buffer is split with the \W character, which includes hyphens; I'd like to be able to configure it so that it splits by other characters, like [^[:alnum:]_- for instance.

jsit avatar Feb 02 '19 00:02 jsit