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