/vim-quickrun-job

job runner module for vim-quickrun

Primary LanguageVimL

vim-quickrun-job

Job runner module for vim-quickrun

This plugin is highly experimental and unstable.

Requirements

  • Latest Vim with +channel, +job, and +timer features.
  • vim-quickrun

Usage

In quickrun_config, add 'runner': 'job'.

Options

You can change output mode of the channel and interval (milliseconds) to output intermediate result.

'runner/job/out_mode': 'raw',  " default
'runner/job/updatetime': 50  " default, milliseconds

raw mode may include broken output. In this case, try nl mode.

For details, see :help channel-mode