Files
neovim/test
Barrett Ruth aff618536b fix(shada): persist cleared registers #40601
Problem:
Clearing a register via `:let @a = ""` doesn't persist in shada.

Solution:
Follows the precedent of ee56daebb6 .
Namely, when the live register is empty and *at least as recent* as the copy
that is on disk, drop it instead of writing it back.
2026-07-06 09:40:17 -04:00
..
2026-05-13 13:14:07 +01:00
2026-07-05 12:06:13 -04:00
2026-04-22 18:25:07 -04:00