mirror of
https://github.com/neovim/neovim.git
synced 2026-07-25 18:22:04 +00:00
Problem: curbuf was initialized at describe-block load time before any Nvim session existed. Solution: Replace with 0 directly at call sites.
Problem: curbuf was initialized at describe-block load time before any Nvim session existed. Solution: Replace with 0 directly at call sites.