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 improper skipping of escaped backslashes before quotes #47

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

Fix improper skipping of escaped backslashes before quotes #47

wants to merge 1 commit into from

Conversation

camnw
Copy link

@camnw camnw commented Jun 26, 2019

In the current state of the syntax file \\" will result in the match believing that the " is escaped, even though the backslash is escaped and thus the quote is not escaped. This commit fixes this issue by only skipping the quote it if the character before the \" or \' sequence is not a backslash.

blankname pushed a commit to blankname/vim-fish that referenced this pull request Jan 5, 2020
@blankname blankname mentioned this pull request Jan 5, 2020
1 task
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.

None yet

1 participant