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

Session restoration fails when neovim is appimage #530

Open
me-nkr opened this issue Dec 21, 2024 · 0 comments
Open

Session restoration fails when neovim is appimage #530

me-nkr opened this issue Dec 21, 2024 · 0 comments

Comments

@me-nkr
Copy link

me-nkr commented Dec 21, 2024

when neovim used is appimage the executed command path is pointing to somewhere in /tmp directory and will be obviously lost on system restart

I would suggest that we add some way of dealing with this, the following is my suggestion
in _just_command add something like xargs basename sed 's/.*\/\(\w*\)/\1/' which will extract the last part of the path, or something modified to handle the other cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant