sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.86k stars 105 forks source link

feat: Support quoted arguments. #274

Closed sindrets closed 1 year ago

sindrets commented 1 year ago

Resolves #272.

Everything between a pair of quotes will now be treated as part of a single argument. Example:

:DiffviewFileHistory --grep="foo bar baz" -G"lorem ipsum dolor"
:DiffviewOpen 'HEAD@{4 days ago}'