diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index e31dd6824..d5ddb2924 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -15,6 +15,7 @@ main () { flygrep) git clone https://github.com/wsdjeg/FlyGrep.vim.git detach/$1 cd detach/$1 + _checkdir syntax/ _checkdir autoload/SpaceVim/api _checkdir autoload/SpaceVim/api/vim _checkdir autoload/SpaceVim/api/data @@ -31,6 +32,7 @@ main () { _detect autoload/SpaceVim/api/system.vim _detect autoload/SpaceVim/mapping/search.vim _detect autoload/SpaceVim/logger.vim + _detect syntax/SpaceVimFlyGrep.vim _detect LICENSE git add . git commit -m "Auto Update" diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index 71ad11e79..59cbba9ed 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -36,6 +36,7 @@ The next release is v1.0.0. - Fix comment paragraphs key bindings ([#2340](https://github.com/SpaceVim/SpaceVim/pull/2340)) - Fix dein-ui error, add syntax ([#2352](https://github.com/SpaceVim/SpaceVim/pull/2352), [`c9e1d4c`](https://github.com/SpaceVim/SpaceVim/commit/c9e1d4c9635c483bb3334c00ed36026d18950070)) - Fix fullscreen key binding ([#2351](https://github.com/SpaceVim/SpaceVim/pull/2351)) +- Added missed syntax for detached FlyGrep ([#2353](https://github.com/SpaceVim/SpaceVim/pull/2353), [`08d0713`](https://github.com/SpaceVim/SpaceVim/commit/08d0713c4494ca401942a6ca10a48a1ac8484ce1)) ### Removed