summaryrefslogtreecommitdiffstats
path: root/runtime/compiler
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-02 00:50:49 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-02 00:50:49 +0000
commit943d2b5b80e81d2b089bd6ca391a5fcbaccdde24 (patch)
tree2e5f442f1d49ad0b2d62dd6be5f3e65022da7108 /runtime/compiler
parentf4d1145328c9e234730f4f3cb45116ba46be1594 (diff)
updated for version 7.0162v7.0162
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/msvc.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/compiler/msvc.vim b/runtime/compiler/msvc.vim
index 056225c7d2..99fd35eb18 100644
--- a/runtime/compiler/msvc.vim
+++ b/runtime/compiler/msvc.vim
@@ -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