From 5fe1a24f52850ef6ca1a34bc3605bd00dd4e5c36 Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Tue, 1 May 2018 22:19:16 +0800 Subject: [PATCH] Detach command (#1685) --- .ci/detach_plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 23eddc3f3..db77c8d09 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -47,6 +47,7 @@ main () { _checkdir autoload/SpaceVim/plugins _detect autoload/SpaceVim/plugins/manager.vim _detect autoload/SpaceVim/api.vim + _detect autoload/SpaceVim/commands.vim _detect autoload/SpaceVim/api/job.vim _detect autoload/SpaceVim/api/data/list.vim _detect autoload/SpaceVim/api/vim/compatible.vim