mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 03:46:52 +00:00
Problem: Wrong "clear" argument passed to buf_signcols_count_range
when initializing "b_signcols.count" for the first time.
Solution: Pass kFalse so that the "nested" counter is not incorrectly
decremented.