Skip to content

folds get closed in neovim when file is reloaded #57

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

Open
jonasjonas opened this issue Feb 4, 2025 · 0 comments
Open

folds get closed in neovim when file is reloaded #57

jonasjonas opened this issue Feb 4, 2025 · 0 comments

Comments

@jonasjonas
Copy link

Folds get closed in neovim when executing php_cs_fixer#Fix.

Instead of just calling exec 'edit!' on line 106

it would help to call it like this:

      exec 'mkview'
      exec 'edit!'
      exec 'silent! loadview'
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

1 participant