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