1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:30:04 +08:00
SpaceVim/wiki/en/Following-HEAD.md
Dyno Fu 119418756b [issue#2367]: clear rootDir cache after rooter pattern changed (#2370)
> SpaceVim will try to find root before loadding custom config,
  > so that is why It can not find your project root. yes, if the
  > project rooter patterns is change the cache should be cleared.

  The fix here is create a shadow copy of
  `g:spacevim_project_rooter_pattern` and if user changed it should
  be different from the shadow version, we clear the cache and sync
  them again.
2018-12-27 09:18:29 -06:00

513 B

This page documents changes in master branch since last release v1.0.0

PreRelease

The next release is v1.0.1

Added

Improvement

Changed

Fixed

  • Clear rootDir cache after rooter pattern change(#2370)

Removed

Doc, Wiki && Website

Others

Latest Release

SpaceVim releases v1.0.0 at 2018-12-26, please check the release page: