mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
matchaddpos() has better backward compatibility than text properties. I only used text properties inside Vim popups because I did not think there was a way to use matchaddpos(), but then I found a way.