diff options
Diffstat (limited to 'mnv/runtime/compiler/make.mnv')
| -rw-r--r-- | mnv/runtime/compiler/make.mnv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mnv/runtime/compiler/make.mnv b/mnv/runtime/compiler/make.mnv new file mode 100644 index 0000000000..e6ce0ad3a7 --- /dev/null +++ b/mnv/runtime/compiler/make.mnv @@ -0,0 +1,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& |
