diff options
Diffstat (limited to 'runtime/compiler/msvc.vim')
-rw-r--r-- | runtime/compiler/msvc.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/compiler/msvc.vim b/runtime/compiler/msvc.vim index 056225c7d..99fd35eb1 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 |