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] Float persists when using :MagmaDelete when 'let g:magma_automatically_open_output = v:false' #82

Open
brianfabre opened this issue Jan 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@brianfabre
Copy link

Describe the bug
Using 'MagmaDelete' when the float is open and when 'let g:magma_automatically_open_output = v:false', the float will persist regardless of cursor position.

To Reproduce
This is my current setting:
let g:magma_automatically_open_output = v:false
Basically, when automatically_open_output is set to false, and when the float is open, using ':MagmaDelete' will not delete the float but rather make it now persist regardless of cursor.

I believe the intended way of getting the float to go away is to simply move the cursor away from the code that was already ran. Instead of using ':MagmaDelete' I can just move my cursor to another line so this isn't a breaking bug but sometimes I would like to just have the float go away without moving my cursor.

Desktop (please complete the following information):

  • OS: MacOS
  • Neovim: 0.8
@brianfabre brianfabre added the bug Something isn't working label Jan 5, 2023
@brianfabre brianfabre changed the title [Bug] <Your title here> [Bug] Float persists when using :MagmaDelete when 'let g:magma_automatically_open_output = v:false' Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant