mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 10:55:40 +00:00
Problem: 'nobuflisted' buffers are incorrectly added to v:oldfiles. Solution: Use ignore_buf() consistently in shada_write() for buffer marks processing.