Skip to content

Conversation

@valeriangalliat
Copy link

This plugin defines a after variable but reads b:after later on which causes crashes in rare occurrences. This PR fixes this.

Note that the opposite patch works too, e.g. leaving those 2 lines alone but replacing if b:after =~? '"' by if after =~? '"' later on. If that makes more sense I'll be happy to update this PR.

Related to vim/vim#8887

Cheers!

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