neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

make.vim (394B)


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