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

bug: incorrect filetype for paste window #254

Closed
mikesmithgh opened this issue May 31, 2024 · 1 comment · Fixed by #256
Closed

bug: incorrect filetype for paste window #254

mikesmithgh opened this issue May 31, 2024 · 1 comment · Fixed by #256
Labels

Comments

@mikesmithgh
Copy link
Owner

mikesmithgh commented May 31, 2024

The paste window populates the filetype based on vim.o.shell. But, the SHELL environment variable does not always reflect the correct shell. For example, if I am in bash and enter a fish shell, then vim.o.shell and $SHELL are still set to bash.

See #253 (comment)

Figure out a more appropriate way to detect the shell for the paste window filetype.

mikesmithgh pushed a commit that referenced this issue Jun 1, 2024
## [4.3.6](v4.3.5...v4.3.6) (2024-06-01)

### Bug Fixes

* **pastewin:** default the paste window's filetype to kitty's shell ([#256](#256)) ([9294cc5](9294cc5)), closes [#254](#254)
@mikesmithgh
Copy link
Owner Author

🎉 This issue has been resolved in version 4.3.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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