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

Improved gofmt #150

Merged
merged 10 commits into from
Sep 7, 2014
Merged

Improved gofmt #150

merged 10 commits into from
Sep 7, 2014

Conversation

fatih
Copy link
Owner

@fatih fatih commented Aug 17, 2014

This is improved over the current approach. It doesn't destroy the undo history at all anymore. It's doing it by saving and restoring the undo history to a temporary file. It meant to close #40.

I'm not quite sure however if it's a good approach, because we do have now an additional file creation, writing an deleting operation which could slow the whole approach. Let's test this and decide if this is a good solution.

fatih added a commit that referenced this pull request Sep 7, 2014
@fatih fatih merged commit 1b59449 into master Sep 7, 2014
@fatih fatih deleted the fmt branch September 15, 2014 17:51
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

Successfully merging this pull request may close these issues.

:GoFmt on :w mess with Vim :redo
1 participant