-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
E15: Invalid expression ""foo" ==? "foo"" in "if ... elseif ..." #11534
Labels
Comments
Steps to reproduce must be text, not screenshots. |
Added text of 'Steps to reproduce' |
Thanks, now I can copy/paste and try it out. I'll make a patch to fix it. |
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this issue
Nov 12, 2022
Problem: Bogus error when string used after :elseif. Solution: Do not consider a double quote the start of a comment. (closes vim/vim#11534) vim/vim@28c56d5 Co-authored-by: Bram Moolenaar <Bram@vim.org>
yesean
pushed a commit
to yesean/neovim
that referenced
this issue
Mar 25, 2023
Problem: Bogus error when string used after :elseif. Solution: Do not consider a double quote the start of a comment. (closes vim/vim#11534) vim/vim@28c56d5 Co-authored-by: Bram Moolenaar <Bram@vim.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Why is 'elseif "foo" ==? "foo"' the invalid expression?
Expected behaviour
No E15 message
Version of Vim
9.0.0861
Environment
Windows 10 64bit
Logs and stack traces
No response
The text was updated successfully, but these errors were encountered: