5 if exists("current_compiler")
8 let current_compiler = "prolog"
10 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
11 command -nargs=* CompilerSet setlocal <args>
17 CompilerSet makeprg=swipl\ -s\ %\ -g\ \'halt\'
19 CompilerSet errorformat=
20 \%W%>Warning:\ %f:%l:,
21 \ERROR:\ %f:%l:%c:\ %m,
27 " vim: nowrap sw=2 sts=2 ts=8: