mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 11:04:30 +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