1
0
forked from aniani/vim

updated for version 7.0162

This commit is contained in:
Bram Moolenaar
2005-12-02 00:50:49 +00:00
parent f4d1145328
commit 943d2b5b80
10 changed files with 85 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
" Vim compiler file
" Compiler: Miscrosoft Visual C
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2005 Jun 22
" Last Change: 2005 Nov 30
if exists("current_compiler")
finish
@@ -9,5 +9,5 @@ endif
let current_compiler = "msvc"
" The errorformat for MSVC is the default.
setlocal errorformat&
setlocal makeprg=nmake
CompilerSet errorformat&
CompilerSet makeprg=nmake