make.vim 394 B

1234567891011121314
  1. " 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. if exists("g:current_compiler") | unlet g:current_compiler | endif
  9. if exists("b:current_compiler") | unlet b:current_compiler | endif
  10. CompilerSet makeprg&
  11. CompilerSet errorformat&