Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 395 Bytes

regex.rst

File metadata and controls

16 lines (11 loc) · 395 Bytes

localcfg/plugins/regex.vim

Only complete on installed languages:

if has('cmdline_compl')
    command! -nargs=?
    \   -complete=customlist,plugins#regex#lang_complete
    \   Regex call regex#regex#OpenTestWindow(<q-args>)
endif
.. seealso::

    * :func:`lang_complete <lang_complete>`