You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: