basic QuickRun support; implements #6

This commit is contained in:
Zahary Karadjov 2013-12-10 01:36:15 +02:00
commit f6bd6cfd25

View file

@ -218,3 +218,11 @@ if exists("g:SyntasticRegistry")
\ 'name': 'nimrod'})
endif
if !exists("g:quickrun_config")
let g:quickrun_config = {}
endif
if !exists("g:quickrun_config.nimrod")
let g:quickrun_config.nimrod = { "exec": "nimrod c --run --verbosity:0 %S" }
endif