mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Bump version of bundle cache format
The cache update code has an issue causing some users to get an incomplete view of what’s on disk. Bumping the version forces re-indexing, and is not a long-term fix.
This commit is contained in:
@@ -25,7 +25,7 @@ static std::string read_link (std::string const& path)
|
||||
|
||||
namespace plist
|
||||
{
|
||||
int32_t const cache_t::kPropertyCacheFormatVersion = 1;
|
||||
int32_t const cache_t::kPropertyCacheFormatVersion = 2;
|
||||
|
||||
void cache_t::load (std::string const& path, plist::dictionary_t (*prune_dictionary)(plist::dictionary_t const&))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user