mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Avoid funcref
This commit is contained in:
@@ -548,7 +548,7 @@ function! s:parser_delim_new(lnum, cnum, opts) " {{{1
|
||||
\ 'side' : l:side,
|
||||
\ 'is_open' : (l:side ==# 'open') ? 1 : 0,
|
||||
\ 'class' : [(l:i / l:ns), l:id],
|
||||
\ 'get_matching' : funcref('s:get_matching_delims'),
|
||||
\ 'get_matching' : function('s:get_matching_delims'),
|
||||
\ 'regexone' : l:thisre,
|
||||
\ 'regextwo' : l:thisrebr,
|
||||
\ 'rematch' : l:re,
|
||||
|
||||
Reference in New Issue
Block a user