From 462d6455c349b41d7ac5fd88c24de0955aea9171 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 27 Jun 2023 17:04:45 +0800 Subject: [PATCH] fix(flygrep): detach `spacevim.plugin.search` module --- .ci/detach_plugin.sh | 1 + bundle/FlyGrep/test/vimrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 7fbfba5df..bbb11e5d5 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -64,6 +64,7 @@ main () { _checkdir lua/spacevim/api/vim _checkdir lua/spacevim/plugin _detact lua/spacevim/plugin/flygrep.lua + _detact lua/spacevim/plugin/search.lua _detact lua/spacevim.lua _detact lua/spacevim/logger.lua _detact lua/spacevim/api.lua diff --git a/bundle/FlyGrep/test/vimrc b/bundle/FlyGrep/test/vimrc index 0e428d500..8bcc9b656 100644 --- a/bundle/FlyGrep/test/vimrc +++ b/bundle/FlyGrep/test/vimrc @@ -2,7 +2,6 @@ set nocompatible let s:path = expand(':p:h:h') call execute('set rtp+=' . s:path) filetype off -set rtp+=. filetype plugin indent on syntax enable