Mercurial > vim
view src/msys32.bat @ 25026:fda44c0b4b7b v8.2.3050
patch 8.2.3050: cannot recognize elixir files
Commit: https://github.com/vim/vim/commit/f3caeb63d62c08b579e9b5f40b35e8bf64dde87a
Author: Austin Gatlin <austin@gatlin.io>
Date: Sat Jun 26 12:02:55 2021 +0200
patch 8.2.3050: cannot recognize elixir files
Problem: Cannot recognize elixir files.
Solution: Recognize Elixir-specific files. Check if an .ex file is Euphoria
or Elixir. (Austin Gatlin, closes #8401, closes #8446)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 26 Jun 2021 12:15:03 +0200 |
parents | 78449866e9a9 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler. rem Adjust the "c:\msys64" part to match your installation. @echo on set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%