mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Allow hotfix for dotted &filetype, fixes #46
This commit is contained in:
@@ -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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user