summaryrefslogtreecommitdiff
path: root/mnv/runtime/compiler/make.mnv
blob: e6ce0ad3a79af492af13bc2e244daca7520a97b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" MNV compiler plugin
"
" Maintainer:	The MNV Project <https://github.com/Project-Tick/Project-Tick>
" Last Change:	2024 Sep 10
" Original Author: Konfekt
"
" This compiler plugin is used to reset previously set compiler options.

if exists("g:current_compiler") | unlet g:current_compiler | endif
if exists("b:current_compiler") | unlet b:current_compiler | endif

CompilerSet makeprg&
CompilerSet errorformat&