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

Fix field transform application in yas-next-field #689

Merged
merged 1 commit into from May 12, 2016

Conversation

npostavs
Copy link
Collaborator

@npostavs npostavs commented May 5, 2016

fixes #381, replace close #594.

* yasnippet.el (yas--apply-transform): Don't let-bind yas-moving-away-p
to nil, it's nil by default.
(yas-next-field): Call `yas--field-update-display' instead of only
calling `yas--eval-lisp' so that the result of the transform is inserted
into the buffer.

* yasnippet.el (yas--apply-transform): Don't let-bind yas-moving-away-p
to nil, it's nil by default.
(yas-next-field): Call `yas--field-update-display' instead of only
calling `yas--eval-lisp' so that the result of the transform is inserted
into the buffer.
@npostavs npostavs merged commit 6180cc4 into joaotavora:master May 12, 2016
@npostavs npostavs deleted the update-on-move-away branch May 12, 2016 08:57
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.

BUG? Transformation upon yas-moving-away-p doesn't update the field
1 participant