mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 19:24:09 +00:00
Problem: 'nobuflisted' buffers are incorrectly added to v:oldfiles. Solution: Use ignore_buf() consistently in shada_write() for buffer marks processing.