Do not enable graph for Commits by default
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
- [x] I have fzf 0.30.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [x] I have read through the manual page of fzf (`man fzf`)
- [x] I have searched through the existing issues
When using `Commits`, I would like the graph option to be disabled.
Right now, there is `fzf_commits_log_options` but trying to disable graph via that does not work due to the `--graph` option being added [here](https://github.com/junegunn/fzf.vim/blob/master/autoload/fzf/vim.vim#L1212). So `fzf_commits_log_options` as such does not allow a full override.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.