mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
neovim/neovim#5529 merged support for Vim's partial functions, which made nvim more strict about dictionary functions. This means the implicit self variable isn't available unless a function is annoted as a dict function or defined as part of a dictionary. Closes #392