Skip to content

Fix incline floating windows being treated as regular buffers#86

Merged
b0o merged 1 commit intob0o:mainfrom
sebajun9:main
Jun 5, 2025
Merged

Fix incline floating windows being treated as regular buffers#86
b0o merged 1 commit intob0o:mainfrom
sebajun9:main

Conversation

@sebajun9
Copy link
Copy Markdown

@sebajun9 sebajun9 commented May 22, 2025

Issue

I have a (bad?) habit of occasionally doing :%bd when my workspace gets cluttered and I want to clean up and reset. When I do this, incline's floating windows get treated as a regular buffer with unsaved changes so I can't quit out of neovim with :qa without forcing it :qa!

Reproduce

To reproduce, open any file, run :%bd then :qa.

Fix

To fix it, I set a few more buffer options to have Neovim not treat it as a regular buffer and it's been working as intended. Tested on v0.11.1.


Thanks for creating Incline! I've been using it for a long time now and really enjoy how it looks and works.

Cheers

@b0o b0o merged commit 0fd2d5a into b0o:main Jun 5, 2025
1 check passed
@b0o
Copy link
Copy Markdown
Owner

b0o commented Jun 5, 2025

Thanks for this! I agree these options should be set so I'll merge this. The odd thing is that I just tested with the current version and I don't see the same behavior you described. Not sure why.

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

Successfully merging this pull request may close these issues.

2 participants