Mercurial > vim
annotate src/msvc2010.bat @ 10960:d7b78cbf85e4 v8.0.0369
patch 8.0.0369: a few options are not defined, depending on features
commit https://github.com/vim/vim/commit/c43a8b8de0676caf8a460b6af1310d7aba8221bb
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 25 21:12:29 2017 +0100
patch 8.0.0369: a few options are not defined, depending on features
Problem: The 'balloondelay', 'ballooneval' and 'balloonexpr' options are
not defined without the +balloon_eval feature. Testing that an
option value fails does not work for unsupported options.
Solution: Make the options defined but not supported. Don't test if
setting unsupported options fails.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 25 Feb 2017 21:15:03 +0100 |
parents | 71e066e10a47 |
children |
rev | line source |
---|---|
2893
c6f8f1957c66
Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
1 @echo off |
c6f8f1957c66
Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
2 rem To be used on MS-Windows for Visual C++ 2010 Express Edition |
c6f8f1957c66
Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
3 rem aka Microsoft Visual Studio 10.0. |
c6f8f1957c66
Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
4 rem See INSTALLpc.txt for information. |
c6f8f1957c66
Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
5 @echo on |
c6f8f1957c66
Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
6 |
5130
71e066e10a47
updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents:
2893
diff
changeset
|
7 call "%VS100COMNTOOLS%vsvars32.bat" |