annotate src/msvc2008.bat @ 19728:41a1ea967a97 v8.2.0420

patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C Commit: https://github.com/vim/vim/commit/f1ec378b014efb9897422c40369a6462163a512a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 20 19:37:47 2020 +0100 patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C Problem: Vim9: cannot interrupt a loop with CTRL-C. Solution: Check for CTRL-C once in a while. Doesn't fully work yet.
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Mar 2020 19:45:03 +0100
parents 71e066e10a47
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1897
044d5e9b1292 updated for version 7.2-194
vimboss
parents: 1620
diff changeset
1 @echo off
1620
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
3 rem aka Microsoft Visual Studio 9.0.
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
4 rem See INSTALLpc.txt for information.
1897
044d5e9b1292 updated for version 7.2-194
vimboss
parents: 1620
diff changeset
5 @echo on
1620
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
6
5130
71e066e10a47 updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents: 1897
diff changeset
7 call "%VS90COMNTOOLS%vsvars32.bat"