neovim

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

msvc.vim (427B)


      1 " Vim compiler file
      2 " Compiler:	Microsoft Visual C
      3 " Maintainer:	The Vim Project <https://github.com/vim/vim>
      4 " Last Change:	2023 Aug 10
      5 "		2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
      6 " Former Maintainer:	Bram Moolenaar <Bram@vim.org>
      7 
      8 if exists("current_compiler")
      9  finish
     10 endif
     11 let current_compiler = "msvc"
     12 
     13 " The errorformat for MSVC is the default.
     14 CompilerSet errorformat&
     15 CompilerSet makeprg=nmake