Allow hotfix for dotted &filetype, fixes #46

This commit is contained in:
Andy K. Massimino
2018-12-20 08:06:57 -05:00
parent 35de619c11
commit 55cff87749
5 changed files with 63 additions and 4 deletions

View File

@@ -769,7 +769,7 @@ HTML
Customization~
*g:matchup_hotfix_{&filetype}* *matchup-hotfix*
*g:matchup_hotfix[&filetype]* *matchup-hotfix*
For each file type, this option can be set to the string name of a function
which will be called when loading files, prior to checking |b:match_words|
@@ -779,7 +779,7 @@ Customization~
function! VimHotfix()
" customization
endfunction
let g:matchup_hotfix_vim = 'VimHotfix'
let g:matchup_hotfix['vim'] = 'VimHotfix'
*b:matchup_hotfix*