1
0
Fork 0
mirror of synced 2024-07-03 05:51:09 -04:00
ultimate-vim/.vim_runtime/sources_non_forked/editorconfig-vim/tests/core/editorconfig.bat
2022-04-13 17:21:09 +08:00

12 lines
491 B
Batchfile

@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