From 1429dcddbdf0fdbdaaada86d35c6ab1f10e542e6 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sat, 2 Apr 2022 22:59:31 +0800 Subject: [PATCH] fix(detach): fix detach script for scrollbar.vim --- .ci/detach_plugin.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 5199dd463..d4afbea1c 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -234,8 +234,12 @@ EOT git clone https://github.com/wsdjeg/scrollbar.vim.git detach/$1 cd detach/$1 _checkdir autoload/SpaceVim/api/ + _checkdir autoload/SpaceVim/api/vim _detect autoload/SpaceVim/api.vim _detect autoload/SpaceVim/api/vim.vim + _detect autoload/SpaceVim/api/vim/buffer.vim + _detect autoload/SpaceVim/api/vim/window.vim + _checkdir autoload/SpaceVim/plugins/ _detect autoload/SpaceVim/plugins/scrollbar.vim _detect LICENSE _default_readme "scrollbar.vim" "floating scrollbar support for neovim/vim[wip]"