mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
matchit.vim: s:MultiMatch(): return Dict
This commit is contained in:
@ -716,7 +716,7 @@ fun! s:MultiMatch(spflag, mode)
|
||||
execute "if " . skip . "| let skip = '0' | endif"
|
||||
catch /^Vim\%((\a\+)\)\=:E363/
|
||||
" We won't find anything, so skip searching, should keep Vim responsive.
|
||||
return
|
||||
return {}
|
||||
endtry
|
||||
endif
|
||||
mark '
|
||||
|
Reference in New Issue
Block a user