Mercurial > vim
view runtime/compiler/msvc.vim @ 16255:d0fef9cb6a9b v8.1.1132
patch 8.1.1132: getwinpos() test fails on MS-Windows
commit https://github.com/vim/vim/commit/616aeef21f2abd0bc51dd98e641ade9bbc29a078
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 6 22:21:22 2019 +0200
patch 8.1.1132: getwinpos() test fails on MS-Windows
Problem: getwinpos() test fails on MS-Windows.
Solution: Don't try running this test.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 06 Apr 2019 22:30:03 +0200 |
parents | bd18da914be9 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim compiler file " Compiler: Microsoft Visual C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2014 Sep 20 if exists("current_compiler") finish endif let current_compiler = "msvc" " The errorformat for MSVC is the default. CompilerSet errorformat& CompilerSet makeprg=nmake