view src/msvc2008.bat @ 24729:03492b62d79a v8.2.2903

patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn' Commit: https://github.com/vim/vim/commit/a06e345af5b8261c072c95b0446e67cfda439848 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 29 17:56:37 2021 +0200 patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn' Problem: Cursor position wrong on wrapped line with 'signcolumn'. Solution: Don't add space for showbreak twice. (Christian Brabandt, closes #8262)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 May 2021 18:00: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"