mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
matchit.vim: s:MultiMatch(): return Dict
This commit is contained in:
@@ -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 '
|
||||||
|
|||||||
Reference in New Issue
Block a user