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

Don't leave unreadable objects in the undo list #804

Merged
merged 1 commit into from Apr 18, 2017

Conversation

Projects
None yet
1 participant
@npostavs
Collaborator

npostavs commented Apr 13, 2017

Should mostly solve #478.

* yasnippet.el (yas--commit-snippet): Remove overlay object after
deleting it.
(yas--markers-to-points): Drop marker object.
(yas--points-to-markers): Create a new marker object.

@npostavs npostavs merged commit 462f566 into joaotavora:master Apr 18, 2017

1 check was pending

continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
Don't leave unreadable objects in the undo list
* yasnippet.el (yas--commit-snippet): Remove overlay object after
deleting it.
(yas--markers-to-points): Drop marker object.
(yas--points-to-markers): Create a new marker object.

@npostavs npostavs deleted the npostavs:read-undo branch Sep 23, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment