matchit.vim: s:MultiMatch(): return Dict

This commit is contained in:
Justin M. Keyes
2018-11-19 21:53:19 +01:00
parent 30857030e8
commit 519224f6bd

View File

@@ -716,7 +716,7 @@ fun! s:MultiMatch(spflag, mode)
execute "if " . skip . "| let skip = '0' | endif" execute "if " . skip . "| let skip = '0' | endif"
catch /^Vim\%((\a\+)\)\=:E363/ catch /^Vim\%((\a\+)\)\=:E363/
" We won't find anything, so skip searching, should keep Vim responsive. " We won't find anything, so skip searching, should keep Vim responsive.
return return {}
endtry endtry
endif endif
mark ' mark '