Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default diffs to unfolded #30

Closed
jonahx opened this issue Oct 22, 2016 · 2 comments
Closed

Default diffs to unfolded #30

jonahx opened this issue Oct 22, 2016 · 2 comments

Comments

@jonahx
Copy link

jonahx commented Oct 22, 2016

Amazing plugin. Thanks for making it.

When I open commits with <cr>, the diff info in the commit details pane on the right is folded. How can I make it unfolded by default?

@mhinz
Copy link

mhinz commented Oct 22, 2016

You could try:

autocmd FileType GV set foldlevel=1

@jonahx jonahx closed this as completed Oct 22, 2016
@jonahx
Copy link
Author

jonahx commented Oct 22, 2016

Perfect, thanks! For posterity I actually had to do:

autocmd FileType git set foldlevel=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants