runtime(Filelist): include several missing files (#13600) Commit: https://github.com/vim/vim/commit/72314bb85f56dabc56d59b135083a80f85eafbb7 Author: Peter Simonyi <the.peter.simo...@gmail.com> Date: Thu Nov 30 11:46:55 2023 -0500
runtime(Filelist): include several missing files (https://github.com/vim/vim/issues/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 <p...@petersimonyi.ca> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/Filelist b/Filelist index ca2a50926..21abf4b8a 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 \ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1r8kOR-008mRl-Br%40256bit.org.