diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-19 21:53:19 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-11-28 03:48:06 +0100 |
commit | 519224f6bd248b419d16720d23417c6ed8df447b (patch) | |
tree | 141f7e51cf709f2f62481bc3d162a455dcceafa4 | |
parent | 30857030e848e4a727a889e51d4618ab9b30651f (diff) | |
download | rneovim-519224f6bd248b419d16720d23417c6ed8df447b.tar.gz rneovim-519224f6bd248b419d16720d23417c6ed8df447b.tar.bz2 rneovim-519224f6bd248b419d16720d23417c6ed8df447b.zip |
matchit.vim: s:MultiMatch(): return Dict
-rw-r--r-- | runtime/plugin/matchit.vim | 2 |
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 ' |