Add HOME as a snapshotted variable

Corrects certain autosuggestions involving tildes.
This commit is contained in:
ridiculousfish
2019-01-11 15:12:17 -08:00
parent 59d62fdd53
commit 82170b0862
2 changed files with 3 additions and 4 deletions

View File

@@ -1299,7 +1299,6 @@ static std::function<autosuggestion_result_t(void)> get_autosuggestion_performer
return [=]() -> autosuggestion_result_t {
ASSERT_IS_BACKGROUND_THREAD();
const autosuggestion_result_t nothing = {};
// If the main thread has moved on, skip all the work.
if (generation_count != read_generation_count()) {