mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
lower case
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
for /f "delims=" %%i IN ('dotnet --version') DO set version=%%i
|
||||
for /f "delims=" %%i in ('dotnet --version') do set version=%%i
|
||||
|
||||
|
||||
set mainVersion=%version:.=&rem %
|
||||
|
||||
|
||||
Reference in New Issue
Block a user