Files
neovim/src
Barrett Ruth 40dccef262 fix(shada): persist cleared search patterns #40600
Problem:
`:let @/ = ""` doesn't stick after restart (the old search pattern comes back).

Solution:
When the current session cleared the pattern more-recently than stored
shada entry, drop the shada entry instead of restoring it.

Note: similar timestamp-based suppression was used for deleted
marks: ee56daebb6
(cherry picked from commit af9f24b80b)
2026-07-06 14:07:25 +00:00
..
2023-11-05 20:19:06 +01:00
2026-06-15 00:15:06 +00:00
2025-08-02 15:58:11 -07:00
2025-12-08 01:43:02 -05:00