summaryrefslogtreecommitdiffstats
path: root/runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat
blob: 77b544700e050009cffc99f48539ca5bab3b6d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
:: editorconfig.bat: First-level invoker for editorconfig-core-vimscript
:: and editorconfig-vim.
:: Just passes the full command line to editorconfig1.vbs, since VBScript
:: applies very simple quoting rules when it parses a command line.
:: Copyright (c) 2018--2019 Chris White.  All rights reserved.
:: Licensed CC-BY-SA, version 3.0 or any later version, at your option.
set here=%~dp0

cscript //Nologo "%here%editorconfig1.vbs" %*
:: %* has the whole command line