blob: 748251bf8ee221da1a0a889296b47d560b9fef45 [file] [log] [blame]
Konfekt077d1d22024-09-10 21:06:22 +02001" Vim compiler plugin
2"
3" Maintainer: The Vim Project <https://github.com/vim/vim>
4" Last Change: 2024 Sep 10
5" Original Author: Konfekt
6"
7" This compiler plugin is used to reset previously set compiler options.
8
9if exists("g:current_compiler") | unlet g:current_compiler | endif
10if exists("b:current_compiler") | unlet b:current_compiler | endif
11
12CompilerSet makeprg&
13CompilerSet errorformat&