Use keyword_pattern in place of char.is_symbol to improve matching (especially useful for improving for cmp-path and cmp-cmdline matches in the command-line).
Falls back to original behaviour of using char.is_symbol if no keyword_pattern is provided/specified for a source.
Use
keyword_pattern
in place ofchar.is_symbol
to improve matching (especially useful for improving forcmp-path
andcmp-cmdline
matches in the command-line).Falls back to original behaviour of using
char.is_symbol
if nokeyword_pattern
is provided/specified for a source.