-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #391, #372, #394, and some more #392
Merged
Merged
Commits on Nov 11, 2024
-
fix: SessionSearch w/o Telescope
The fallback case for SessionSearch when Telescope isn't installed wasn't setting the argument to handle_autosession_command correctly
Configuration menu - View commit details
-
Copy full SHA for 8396da9 - Browse repository at this point
Copy the full SHA 8396da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498ddfb - Browse repository at this point
Copy the full SHA 498ddfbView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69a7a52 - Browse repository at this point
Copy the full SHA 69a7a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167892f - Browse repository at this point
Copy the full SHA 167892fView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3699fb4 - Browse repository at this point
Copy the full SHA 3699fb4View commit details
Commits on Nov 17, 2024
-
fix: cwd_change_handling error with terminal buf
If cwd_change_handling is enabled and the session being restored contains a terminal, we might get a "Invalid argument: buftype=terminal". Rather than restoring the session in the callback, we schedule the restore for the next run of the event loop.
Configuration menu - View commit details
-
Copy full SHA for 3b32098 - Browse repository at this point
Copy the full SHA 3b32098View commit details -
fix(cwd_change_handling_spec): handle vim.schedule
Since cwd_change_handling now restores in vim.schedule, we have to wait for the next event loop in the tests. `vim.wait` works but using the async testing is probably the better way in the future: nvim-lua/plenary.nvim#271
Configuration menu - View commit details
-
Copy full SHA for e3d96ac - Browse repository at this point
Copy the full SHA e3d96acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ebd713 - Browse repository at this point
Copy the full SHA 6ebd713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29fdf04 - Browse repository at this point
Copy the full SHA 29fdf04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b65c1 - Browse repository at this point
Copy the full SHA 40b65c1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.