snacks.nvim/lua/snacks
Tod Morrison 441bdcd210
fix(image): correct off by one issue in render fallback (#1560)
Fix off-by-one issue in render_fallback when a tabline is shown (e.g.
with plugins like bufferline.nvim).

## Description

When a tabline is used/shown, the positioning in render_fallback is off
by one. This change checks whether a tabline would be shown and uses the
correct math for that case and, otherwise, works as before.

## Related Issue(s)

  - Fixes #1557
2025-10-20 14:59:33 +02:00
..
animate
explorer fix(explorer.watch): handle systems where fs_event doesn't return file names. Closes #2190. Closes #2032 2025-10-19 12:13:21 +02:00
image fix(image): correct off by one issue in render fallback (#1560) 2025-10-20 14:59:33 +02:00
meta build: skip doc comments with @deprecated 2025-10-10 16:09:12 +02:00
picker fix(picker): use nvim_paste instead of nvim_put. Closes #1941 2025-10-20 14:28:20 +02:00
profiler
util fix(explorer): mounted directories being detected as non-directories in Tree:expand (#2053) 2025-09-25 12:45:01 +02:00
bigfile.lua feat(bigfile): disable mini-hipatterns (#2170) 2025-10-19 10:40:36 +02:00
bufdelete.lua fix(bufdelete): try alternate buffer first and otherwise last used buffer 2025-10-13 20:12:34 +02:00
compat.lua
dashboard.lua feat(dashboard): optional filter for projects. Closes #798 2025-10-20 14:48:06 +02:00
debug.lua feat(debug): allow debug evaluation of block selections (#1331) 2025-10-20 14:53:55 +02:00
dim.lua fix(dim): fixed the issue of dim's scope variable being nil and outputting… (#1938) 2025-10-14 18:29:08 +02:00
git.lua
gitbrowse.lua
health.lua
indent.lua style(indent): fix typo overlapppingoverlapping (#1916) 2025-10-19 10:20:11 +02:00
init.lua
input.lua
layout.lua fix(layout): allocate at least 1 cell for a widget and enlarge/shrink the root box when needed. Closes #2261 2025-10-12 12:14:13 +02:00
lazygit.lua fix(lazygit): allow extensible user args (#789) 2025-10-19 07:42:25 +02:00
notifier.lua fix(notifier): include icon in padding in minimal style (#2239) 2025-10-19 11:09:19 +02:00
notify.lua
quickfile.lua
rename.lua docs(mini): update URLs for nvim-mini related plugins (#2189) 2025-09-17 15:36:48 +02:00
scope.lua fix(scope): allow user to disable keys (#1918) 2025-10-19 07:40:07 +02:00
scratch.lua fix(scratch): branch fallback for detached head (#1519) 2025-10-19 11:05:37 +02:00
scroll.lua
statuscolumn.lua
terminal.lua fix(terminal): make sure terminals opend with open() can be found with list(). Closes #2172. Closes #2173 2025-10-19 10:52:54 +02:00
toggle.lua
win.lua fix(terminal): check win valid before creating a new terminal (#1927) 2025-10-19 10:25:34 +02:00
words.lua fix(lsp): fix deprecated warnings related to lsp client 2025-09-15 07:42:46 +02:00
zen.lua