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

Bug in paredit.vim #27

Closed
mfiano opened this issue Apr 23, 2015 · 3 comments
Closed

Bug in paredit.vim #27

mfiano opened this issue Apr 23, 2015 · 3 comments

Comments

@mfiano
Copy link

mfiano commented Apr 23, 2015

I've narrowed down a longtime annoying bug to line #109 of paredit.vim - commenting it out fixes it, though I'm not sure what breaks from that.

The problem: Typing &<text>-<Tab>) where <text> can be anything, even left out completely. Upon pressing tab, it mentions no matches to complete. Upon pressing ) after that, it completes to &<text>-:let save_ve=&ve). Leaving out the hyphen and the same thing happens, except it displays a red error message first, so even more annoying.

This is frustrating and very annoying. @kovisoft can you please look into this soon?

@HiTECNOLOGYs
Copy link

Affects me as well. Very annoying, yes.

@kovisoft
Copy link
Owner

Fixed in commit efbb01d0e74801d8...

@mfiano
Copy link
Author

mfiano commented May 10, 2015

Confirmed fixed. Thanks, you can close this issue.

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

No branches or pull requests

3 participants