mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Use a default with `getbufvar` to not get an empty string. Fixes: > Error detected while processing function <SNR>163_on_stderr_nvim[1]..<lambda>10[1]..gitgutter#utility#setbufvar: > line 1: > E712: Argument of get() must be a List or Dictionary I can trigger it using https://github.com/AndrewRadev/linediff.vim when closing the windows / the tab. Likely triggered with/through Neomake.