mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 02:01:15 -03:00
Add HOME as a snapshotted variable
Corrects certain autosuggestions involving tildes.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user