Update README

This commit is contained in:
baabelfish 2016-02-05 08:16:29 +02:00
commit d9dddd3dcf
3 changed files with 13 additions and 4 deletions

View file

@ -9,7 +9,7 @@ setlocal comments=s1:#[,mb:#,ex:]#,:#,:##
setlocal commentstring=#\ %s
setlocal expandtab
setlocal omnifunc=omni#nim
setlocal makeprg=nim\ c\ --verbosity:0\ --colors:off\ %
setlocal makeprg=nim\ c\ --compileOnly\ --verbosity:0\ --colors:off\ %
setlocal errorformat=
\%-GHint:\ %m,
\%A%f(%l\\,\ %c)\ Hint:\ %m,