diff options
author | Christian Brabandt <cb@256bit.org> | 2024-11-02 18:20:30 +0100 |
---|---|---|
committer | Christian Brabandt <cb@256bit.org> | 2024-11-02 18:20:30 +0100 |
commit | 0b8176dff2dada4be1c8d3ca5e1dd1a7a536b4ca (patch) | |
tree | e2cdb8f4450cdc5f338f7745c17c567056bf4935 | |
parent | b3ec5643cd496b59eefd3ce6854b99aea72abd0c (diff) |
Filelist: include helptoc package
Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -784,6 +784,8 @@ RT_ALL = \ 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/helptoc/autoload/helptoc.vim \ + runtime/pack/dist/opt/helptoc/plugin/helptoc.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 \ |