mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Remove skip expr in searchpos (fix #122)
This commit is contained in:
@@ -732,7 +732,7 @@ function! s:get_matching_delims(down, stopline) dict " {{{1
|
||||
" handle 'same' matches (TODO refactor to separate parser)
|
||||
if l:open == l:close
|
||||
let [l:lnum_corr, l:cnum_corr] = searchpos(l:open,
|
||||
\ 'n'.l:flags, l:stopline, matchup#perf#timeout(), l:skip)
|
||||
\ 'n'.l:flags, l:stopline, matchup#perf#timeout()) " , l:skip)
|
||||
else
|
||||
let [l:lnum_corr, l:cnum_corr] = searchpairpos(l:open, '', l:close,
|
||||
\ 'n'.l:flags, l:skip, l:stopline, matchup#perf#timeout())
|
||||
|
||||
Reference in New Issue
Block a user