]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime: Distribute the editorconfig with vim (#12902)
authorChristian Brabandt <cb@256bit.org>
Sun, 27 Aug 2023 16:52:18 +0000 (17:52 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2023 16:52:18 +0000 (18:52 +0200)
commite5e04306bf02aa4ad488558dd593cf5c3b72f9b7
treec566e36fbe7ecac49940b12b83435caa0e7c851c
parent6dfdff3f273dcea29099d81e3eceb871ae089998
runtime: Distribute the editorconfig with vim (#12902)

This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4
from https://github.com/editorconfig/editorconfig-vim

closes: #2286
related: https://github.com/editorconfig/editorconfig-vim/issues/223

Signed-off-by: Christian Brabandt <cb@256bit.org>
36 files changed:
runtime/pack/dist/opt/editorconfig/.appveyor.yml [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/.editorconfig [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/.gitignore [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/.gitmodules [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/.travis.yml [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/CONTRIBUTORS [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/LICENSE [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/LICENSE.PSF [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/README.md [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/autoload/editorconfig.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/fnmatch.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/handler.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/ini.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/util.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/doc/editorconfig.txt [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/ftdetect/editorconfig.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/mkzip.sh [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/plugin/editorconfig.vim [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/core/CMakeLists.txt [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/core/CTestCustom.cmake [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/core/ecvbslib.vbs [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/core/ecvimlib.ps1 [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/core/editorconfig [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/core/editorconfig1.vbs [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/core/editorconfig2.ps1 [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/fetch-vim.bat [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/fetch-vim.sh [new file with mode: 0755]
runtime/pack/dist/opt/editorconfig/tests/plugin/.gitignore [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/plugin/Gemfile [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/plugin/Gemfile.lock [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/plugin/spec/.editorconfig [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/plugin/spec/editorconfig_spec.rb [new file with mode: 0644]
runtime/pack/dist/opt/editorconfig/tests/travis-test.sh [new file with mode: 0755]