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: fix pastewin position when winbar is set #119

Closed
mikesmithgh opened this issue Dec 17, 2023 · 1 comment · Fixed by #232
Closed

bug: fix pastewin position when winbar is set #119

mikesmithgh opened this issue Dec 17, 2023 · 1 comment · Fixed by #232
Labels
bug Something isn't working good first issue Good for newcomers released

Comments

@mikesmithgh
Copy link
Owner

Add an offset to adjust the pastwin position when winbar is set.
Check for both local and global variants.

:setlocal winbar=test
:setglobal winbar=test

The logic should be similar to tab_offset.

Demo

pastewin-winbar-offset.mov
@mikesmithgh mikesmithgh added bug Something isn't working good first issue Good for newcomers labels Dec 17, 2023
@mikesmithgh mikesmithgh linked a pull request Apr 18, 2024 that will close this issue
mikesmithgh pushed a commit that referenced this issue Apr 18, 2024
## [4.3.2](v4.3.1...v4.3.2) (2024-04-18)

### Bug Fixes

* adjust pastewin position when winbar is set ([#232](#232)) ([e291b9e](e291b9e)), closes [#119](#119)
@mikesmithgh
Copy link
Owner Author

🎉 This issue has been resolved in version 4.3.2 🎉

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
bug Something isn't working good first issue Good for newcomers released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant