Skip to content

v3.2.2

Compare
Choose a tag to compare
@VoxelPrismatic VoxelPrismatic released this 11 Jun 23:54
  • fix < v0.10.0 compatibility
    • v0.9.x does not support tabpage_set_win
    • replaced with set_current_win, as it's less redundant anyway
  • fix macOS compatibility
    • apparently macOS does not include width or height when calling config
    • thank you, @jeromepin for helping me track this down
  • fix rabbit:reopen
    • nvim v0.10.0 changed evt.file to be just the local file
    • evt.match produces the full name (for now)
  • entering insert mode in rabbit now works as expected
    • previously would bring you to line 1, column 1
    • now escapes the window before closing
  • require("Rabbit").Switch(...) now returns a rabbit instance
    • require("Rabbit").Switch(...).func.select(...) is now possible as an easy autocmd for harpoon