1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 13:00:05 +08:00
SpaceVim/bundle/neomake/tests/isolated/customqf.vader

16 lines
418 B
Plaintext
Raw Normal View History

2020-06-13 14:06:35 +08:00
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')