mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +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