fork download
  1. let g:quickrun_config = {
  2. \ "watchdogs_checker/_" : {
  3. \ "hook/copen/enable_exist_data" : 1,
  4. \ "hook/back_window/enable_exit" : 1,
  5. \ "hook/back_window/priority_exit" : 100,
  6. \ },
  7. \}
  8.  
  9. let g:quickrun_config["watchdogs_checker/hoge"] = {
  10. \ "command" : "hoge",
  11. \ "exec" : "%c %o -P %s:p",
  12. \}
  13. let g:quickrun_config["hoge/watchdogs_checker"] = {
  14. \ "type" : "watchdogs_checker/hoge",
  15. \}
  16.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty