From 519224f6bd248b419d16720d23417c6ed8df447b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 19 Nov 2018 21:53:19 +0100 Subject: matchit.vim: s:MultiMatch(): return Dict --- runtime/plugin/matchit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/plugin/matchit.vim b/runtime/plugin/matchit.vim index 3b0a8112dc..c160522f90 100644 --- a/runtime/plugin/matchit.vim +++ b/runtime/plugin/matchit.vim @@ -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 ' -- cgit