[Bug]: at_edge
has no effect for floating windows when float_win_behavior = 'mux'
#217
Labels
bug
Something isn't working
Steps to Reproduce
opts.at_edge
is not called whenfloat_win_behavior = 'mux'
Minimal Reproduction
move_cursor_right()
.EXPECTED:
foo
should be printedACTUAL:
foo
is not printedCause
Because we are returning early:
smart-splits.nvim/lua/smart-splits/api.lua
Lines 359 to 363 in 9a6cd46
We never reach the point where
at_edge()
is called:smart-splits.nvim/lua/smart-splits/api.lua
Line 393 in 9a6cd46
Versions
The text was updated successfully, but these errors were encountered: