mirror of
https://github.com/neovim/neovim.git
synced 2026-07-04 08:35:13 +00:00
Problem: When creating a bufref, then using :bwipe and :new it might get
the same memory and bufref_valid() returns true.
Solution: Add br_fnum to check the buffer number didn't change.
45e5fd135d