view src/msvc2008.bat @ 17742:a51ccadd0dca v8.1.1868

patch 8.1.1868: multi-byte chars in 'listchars' fail with 'linebreak' set commit https://github.com/vim/vim/commit/69cbbecf548f390197259ca30cfe147c3e59ce5a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 14:10:56 2019 +0200 patch 8.1.1868: multi-byte chars in 'listchars' fail with 'linebreak' set Problem: Multibyte characters in 'listchars' don't work correctly if 'linebreak' is also enabled. (Martin Tournoij) Solution: Make it work correctly. (Christian Brabandt, closes #4822, closes #4812)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 14:15:03 +0200
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2008 Express Edition
rem   aka Microsoft Visual Studio 9.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS90COMNTOOLS%vsvars32.bat"