Don't use hotfix for c ft

This commit is contained in:
Andy K. Massimino
2019-09-01 12:18:22 -04:00
parent 8ea09f829c
commit f214b3a6e7
2 changed files with 9 additions and 7 deletions

View File

@@ -894,6 +894,12 @@ Customization~
`after/ftplugin/{&filetype}.vim`, it can be used to customize the matching
regular expressions for a particular file type.
*matchup#util#append_match_words* *matchup-append*
>
call matchup#util#append_match_words(str)
<
Adds a set of patterns to |b:match_words|, adding a comma if necessary.
==============================================================================
FAQ *matchup-faq*