1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:20:06 +08:00
SpaceVim/bundle/neomake/tests/isolated/customqf.vader
2020-06-13 14:06:35 +08:00

16 lines
418 B
Plaintext
Vendored

Execute (syntax/qf.vim handles unused customqf):
if exists('*neomake#quickfix#FormatQuickfix')
delfunction neomake#quickfix#FormatQuickfix
delfunction neomake#quickfix#is_enabled
endif
call setloclist(0, [{
\ 'lnum': 1,
\ 'text': 'E123 error nmcfg:{"name": "python", "short": "py"}',
\}])
lopen
lclose
" Does not autoload files.
Assert !exists('*neomake#quickfix#is_enabled')