mirror of
https://github.com/vim/vim
synced 2025-04-30 05:17:45 +02:00
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>
3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
zip -r editorconfig-vim-$*.zip autoload/* doc/* ftdetect/* plugin/*
|