summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorPeter Simonyi <the.peter.simonyi@gmail.com>2023-11-30 11:46:55 -0500
committerGitHub <noreply@github.com>2023-11-30 17:46:55 +0100
commit72314bb85f56dabc56d59b135083a80f85eafbb7 (patch)
tree9c579eadcf154a282c6cb6a769584f9e9d72673e /Filelist
parent7bed263c343c62129c5d8f51796895a28db1b312 (diff)
runtime(Filelist): include several missing files (#13600)
These files were discovered to be missing from Filelist, and thus distribution tarballs: - editorconfig plugin - extra files for Rust support - readme for Haiku OS builds Co-authored-by: Peter Simonyi <pts@petersimonyi.ca> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist14
1 files changed, 14 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index ca2a509269..21abf4b8a2 100644
--- a/Filelist
+++ b/Filelist
@@ -757,6 +757,17 @@ RT_ALL = \
runtime/pack/dist/opt/dvorak/dvorak/enable.vim \
runtime/pack/dist/opt/dvorak/dvorak/disable.vim \
runtime/pack/dist/opt/editexisting/plugin/editexisting.vim \
+ runtime/pack/dist/opt/editorconfig/.editorconfig \
+ runtime/pack/dist/opt/editorconfig/CONTRIBUTORS \
+ runtime/pack/dist/opt/editorconfig/LICENSE* \
+ runtime/pack/dist/opt/editorconfig/mkzip.sh \
+ runtime/pack/dist/opt/editorconfig/README.md \
+ runtime/pack/dist/opt/editorconfig/autoload/*.vim \
+ runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/*.vim \
+ runtime/pack/dist/opt/editorconfig/doc/tags \
+ runtime/pack/dist/opt/editorconfig/doc/editorconfig.txt \
+ runtime/pack/dist/opt/editorconfig/ftdetect/editorconfig.vim \
+ runtime/pack/dist/opt/editorconfig/plugin/editorconfig.vim \
runtime/pack/dist/opt/justify/plugin/justify.vim \
runtime/pack/dist/opt/matchit/plugin/matchit.vim \
runtime/pack/dist/opt/matchit/doc/matchit.txt \
@@ -782,7 +793,9 @@ RT_SCRIPTS = \
runtime/makemenu.vim \
runtime/autoload/*.vim \
runtime/autoload/README.txt \
+ runtime/autoload/cargo/*.vim \
runtime/autoload/dist/*.vim \
+ runtime/autoload/rust/*.vim \
runtime/autoload/xml/*.vim \
runtime/autoload/zig/*.vim \
runtime/colors/*.vim \
@@ -955,6 +968,7 @@ IN_README_DIR = \
README_bindos.txt \
README_dos.txt \
README_extra.txt \
+ README_haiku.txt \
README_mac.txt \
README_ole.txt \
README_os2.txt \