mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Adjust fortran hlend (fixes #111)
This commit is contained in:
@@ -12,6 +12,9 @@ let s:save_cpo = &cpo
|
||||
set cpo&vim
|
||||
|
||||
call matchup#util#patch_match_words('\<if', '\<if\>\g{hlend}')
|
||||
call matchup#util#patch_match_words(
|
||||
\ '\<else\s*\%(if',
|
||||
\ '\<else\g{hlend}\s*\%(if\g{hlend}')
|
||||
|
||||
call matchup#util#append_match_words(
|
||||
\ '^\s*#\s*if\(\|def\|ndef\)\>'
|
||||
|
||||
Reference in New Issue
Block a user