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

matchparen matches parens in strings with syntax off despite what :help matchparen says #23

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Bring up vim with syntax off
2. Position the cursor at the open paren of a line like (hash-table-set! 
the-table "SETUP,create,original" ");")
3.

What is the expected output? What do you see instead?
Expect it to match the close paren at the end of the line. Instead, it matches 
the close paren inside the string.

What version of the product are you using? On what operating system?
7.3.289. Slackware Linux 13.37 64-bit

Please provide any additional information below.


Original issue reported on code.google.com by donaldca...@gmail.com on 2 Sep 2011 at 9:33

@GoogleCodeExporter
Copy link
Author

Documentation states explicitly, that syntax highlighting attributes are used. 
If you turn off syntax highlighting, you can't expect Vim to skip comments then.

Original comment by chrisbr...@googlemail.com on 30 Sep 2014 at 7:55

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant