aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/matchit.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-11-28 03:49:17 +0100
committerGitHub <noreply@github.com>2018-11-28 03:49:17 +0100
commit0d1e5ec1b87fd810ddfbd3ab7300ef57ae65b485 (patch)
treeabe7eb197a69db5f0455031240bb06f73b0aa953 /runtime/plugin/matchit.vim
parentcf631aaed04925d37b7dcd7c30668fa32119da8e (diff)
parent452cadb85a098df9fab5146c7accef3c853c23a2 (diff)
downloadrneovim-0d1e5ec1b87fd810ddfbd3ab7300ef57ae65b485.tar.gz
rneovim-0d1e5ec1b87fd810ddfbd3ab7300ef57ae65b485.tar.bz2
rneovim-0d1e5ec1b87fd810ddfbd3ab7300ef57ae65b485.zip
Merge #9221 from justinmk/doc
Diffstat (limited to 'runtime/plugin/matchit.vim')
-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 '