view src/msvc2010.bat @ 29871:a4eab0d846dc v9.0.0274

patch 9.0.0274: netrw plugin does not show remote files Commit: https://github.com/vim/vim/commit/c312619f7c0cf590d96e0b2ed891d1f6c43d769b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 12:58:17 2022 +0100 patch 9.0.0274: netrw plugin does not show remote files Problem: Netrw plugin does not show remote files. Solution: Do read a file when 'buftype' is "acwrite". (closes https://github.com/vim/vim/issues/10983)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 14:00:04 +0200
parents 71e066e10a47
children
line wrap: on
line source

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

call "%VS100COMNTOOLS%vsvars32.bat"