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

Save the buffer associated with the importjs command #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leoc
Copy link

@leoc leoc commented Jul 10, 2018

When having a hook on window switch to save a file and having a file
to fix imports after save, the new file content was written to the
window I switched to due to the asynchronous call to importjs.

Now we save the buffer for which the command was invoked and write to
that buffer explicitly.

See #24

When having a hook on window switch to save a file and having a file
to fix imports `after save`, the new file content was written to the
window I switched to due to the asynchronous call to `importjs`.

Now we save the buffer for which the command was invoked and write to
that buffer explicitly.
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.

1 participant