Since b:match_words is defined in an after directory, it's likely to be
sourced after any user configuration, even those appearing in
\~/.vim/after (\~/.vim usually comes before plugin-specific paths in
runtimepath).
Any previously existing b:match_words should only be appended to instead
of outright clobbered, to preserve user configuration.
Since b:match_words is defined in an after directory, it's likely to be sourced after any user configuration, even those appearing in \~/.vim/after (\~/.vim usually comes before plugin-specific paths in runtimepath).
Any previously existing b:match_words should only be appended to instead of outright clobbered, to preserve user configuration.