Mercurial > vim
annotate src/msvc2008.bat @ 19717:de7c724bf803 v8.2.0415
patch 8.2.0415: bsdl filetype is not detected
Commit: https://github.com/vim/vim/commit/40d235e7305ce6ff696e8301c62a41f1f07f8aca
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 19 20:32:01 2020 +0100
patch 8.2.0415: bsdl filetype is not detected
Problem: Bsdl filetype is not detected.
Solution: Add an entry in the filetype list. (Daniel Kho, closes https://github.com/vim/vim/issues/5810)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 19 Mar 2020 20:45:04 +0100 |
parents | 71e066e10a47 |
children |
rev | line source |
---|---|
1897 | 1 @echo off |
1620 | 2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition |
3 rem aka Microsoft Visual Studio 9.0. | |
4 rem See INSTALLpc.txt for information. | |
1897 | 5 @echo on |
1620 | 6 |
5130
71e066e10a47
updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents:
1897
diff
changeset
|
7 call "%VS90COMNTOOLS%vsvars32.bat" |