mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 11:50:36 +00:00
Problem: 'nobuflisted' buffers are incorrectly added to v:oldfiles. Solution: Use ignore_buf() consistently in shada_write() for buffer marks processing.