Skip to content

Fix heredoc rlist and body: the type should be s:Node not string #177

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

Merged
merged 2 commits into from
Dec 5, 2020

Conversation

itchyny
Copy link
Contributor

@itchyny itchyny commented Nov 30, 2020

Heredoc was implemented in #120. The current implementation appends string to rlist and body,
but they should be arrays of s:Node. This p/r fixes this typing bugs.

@mattn mattn merged commit 5dddf85 into vim-jp:master Dec 5, 2020
@mattn
Copy link
Member

mattn commented Dec 5, 2020

Thank you

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.

2 participants