fork download
  1. let g:quickrun_config = {
  2. \ "watchdogs_checker/_" : {
  3. \ "hook/back_tabpage/enable_exit" : 1,
  4. \ "hook/back_tabpage/priority_exit" : -2000,
  5. \ "hook/back_window/enable_exit" : 1,
  6. \ "hook/back_window/priority_exit" : -1000,
  7. \ },
  8. \ "cpp/watchdogs_checker" : {
  9. \ "type" : "watchdogs_checker/msvc",
  10. \ },
  11. \ "haskell/watchdogs_checker" : {
  12. \ "type" : "watchdogs_checker/ghc-mod",
  13. \ },
  14. \ "watchdogs_checker/perl" : {
  15. \ "command" : "perl",
  16. \ "exec" : "%c %o -Mlib=local/lib/perl5/ -Mlib=lib -Mlib=. -c %s:p",
  17. \ "quickfix/errorformat" : '%m\ at\ %f\ line\ %l%.%#',
  18. \ },
  19. \}
  20. call watchdogs#setup(g:quickrun_config)
  21.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty