From a88473316da47cbb40efca0511e15542ddd8dc76 Mon Sep 17 00:00:00 2001 From: blankname Date: Thu, 24 Mar 2022 23:25:10 -0400 Subject: [PATCH] fix(flygrep): include `time` api when detaching FlyGrep Co-authored-by: blank_name <> --- .ci/detach_plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 338e5a5dd..7dfb2374e 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -52,6 +52,7 @@ main () { _detect autoload/SpaceVim/api/vim.vim _detect autoload/SpaceVim/api/file.vim _detect autoload/SpaceVim/api/system.vim + _detect autoload/SpaceVim/api/time.vim _detect autoload/SpaceVim/mapping/search.vim _detect autoload/SpaceVim/logger.vim _detect syntax/SpaceVimFlyGrep.vim