Is your feature request related to a problem? Please describe.
The popup window for git sub command to select flags is very helpful. There comes a time I know all the flags I need to invoke a sub command, for example, git log -- [filename], such behavior is not supported when using :Neogit log [flags] in neovim.
Describe the solution you'd like
Ability to support flags when using Neogit sub command. Moreover, support vim global variables in sub command as well. e.g. :Neogit log -- % to open the popup with flags selected to current file.
Describe alternatives you've considered
None
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
The popup window for git sub command to select flags is very helpful. There comes a time I know all the flags I need to invoke a sub command, for example,
git log -- [filename], such behavior is not supported when using:Neogit log [flags]in neovim.Describe the solution you'd like
Ability to support flags when using Neogit sub command. Moreover, support vim global variables in sub command as well. e.g.
:Neogit log -- %to open the popup with flags selected to current file.Describe alternatives you've considered
None
Additional context
Add any other context or screenshots about the feature request here.