Mercurial > vim
view src/msys64.bat @ 25868:bcf55847d2ed v8.2.3468
patch 8.2.3468: problem with :cd when editing file in non-existent directory
Commit: https://github.com/vim/vim/commit/c6376c798433bcb9ee38a8664299d11454546950
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Oct 3 19:29:48 2021 +0100
patch 8.2.3468: problem with :cd when editing file in non-existent directory
Problem: Problem with :cd when editing file in non-existent directory. (Yee
Cheng Chin)
Solution: Prepend the current directory to get the full path. (closes #8903)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 03 Oct 2021 20:30:03 +0200 |
parents | 78449866e9a9 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler. rem Adjust the "c:\msys64" part to match your installation. @echo on set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%