aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-11-19 21:53:19 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-11-28 03:48:06 +0100
commit519224f6bd248b419d16720d23417c6ed8df447b (patch)
tree141f7e51cf709f2f62481bc3d162a455dcceafa4
parent30857030e848e4a727a889e51d4618ab9b30651f (diff)
downloadrneovim-519224f6bd248b419d16720d23417c6ed8df447b.tar.gz
rneovim-519224f6bd248b419d16720d23417c6ed8df447b.tar.bz2
rneovim-519224f6bd248b419d16720d23417c6ed8df447b.zip
matchit.vim: s:MultiMatch(): return Dict
-rw-r--r--runtime/plugin/matchit.vim2
1 files changed, 1 insertions, 1 deletions
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 '