aerial.nvim/lua
Linus Boehm 24ebacab58
fix: check if bufdata.last_win != nil (#356)
When opening nvim in diffview (`nvim -c DiffviewOpen`) and then toggeling aerial,
aerial errors when trying to call `vim.api.nvim_win_is_valid(bufdata.last_win)`
as bufdata.last_win == nil. This change adds a check and returns in case of a nil
value.

Co-authored-by: Linus Boehm <linusboehm@gmail.com>
2024-03-27 20:26:39 -07:00
..
aerial fix: check if bufdata.last_win != nil (#356) 2024-03-27 20:26:39 -07:00
lualine/components feat(lualine): added sep_icon option (#303) 2023-10-12 13:54:58 -07:00
resession/extensions cleanup: don't need empty methods in resession extension 2023-09-17 10:07:18 -07:00
telescope/_extensions feat(telescope): Save position into jumplist before 'edit' action (#340) 2024-02-02 16:13:18 -08:00