Closed rafi closed 5 years ago
Can you just make sure it's backward compatible? Someone probably already set up g:defx_git#indicators
in their vimrc, and i don't want to break it for them.
@kristijanhusak I've added backward compatibility to the global variables. Thanks for the quick response.
Looks good, thanks!
@rafi i just updated it and noticed that mappings are not working.
l:column_opts
in s:search
function doesn't return anything for column. I get only things that i defined in my vimrc, but i don't have any settings for defx_git.
Can you look into it? Thanks.
This patch normalizes defx-git options to use defx's internal column options. It also avoids "Key not found" errors when reloading vimrc within vim: