tig-explorer.vim
tig-explorer.vim copied to clipboard
Fix TigOpenFileWithCommit not using default args
Fixes TigOpenFileWithCommit broken if not all arguments are given.
I'm just trying to find a way to fix a regression which has been introduced to remove the use of default value in function arguments. I'm not sure why this has been done initially. Does nvim not support default value ? I thought the point of neovim was to be compatible with vim? Any idea about how to make it works then ?