You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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):
The text was updated successfully, but these errors were encountered: