Skip to content
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 10 commits into from
Nov 18, 2024
Merged

Fix #391, #372, #394, and some more #392

merged 10 commits into from
Nov 18, 2024

Commits on Nov 11, 2024

  1. 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
    cameronr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8396da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498ddfb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    69a7a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167892f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    3699fb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. 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.
    cameronr committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3b32098 View commit details
    Browse the repository at this point in the history
  2. 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
    cameronr committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    e3d96ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ebd713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29fdf04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40b65c1 View commit details
    Browse the repository at this point in the history