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

Ensure E802|E803 is caught regardless of 'iskeyword' #14

Merged
merged 1 commit into from
Aug 7, 2018
Merged

Ensure E802|E803 is caught regardless of 'iskeyword' #14

merged 1 commit into from
Aug 7, 2018

Conversation

RRethy
Copy link
Contributor

@RRethy RRethy commented Aug 3, 2018

The catch block was using '<>' to match E803 and E802 as words since the error is in the form of "E803: ....". But this is assuming the colon is not a keyword. If the colon is a keyword, such as in help files, this catch will fail.

@wincent
Copy link
Owner

wincent commented Aug 6, 2018

A most excellent catch! Thanks. I am on my phone right now but will merge this later.

@wincent wincent merged commit 5c50af2 into wincent:master Aug 7, 2018
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