1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-18 13:45:41 +08:00
2020-09-06 21:56:12 +08:00

7 lines
187 B
VimL
Vendored

function! ExtendedRegexObject(...)
return call('extended_regex#ExtendedRegex', a:000)
endfunction
" ERex is a global object with access to Vim's vars:
let ERex = ExtendedRegexObject()