summaryrefslogtreecommitdiffstats
path: root/runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat')
-rwxr-xr-xruntime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat b/runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat
new file mode 100755
index 0000000000..77b544700e
--- /dev/null
+++ b/runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat
@@ -0,0 +1,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