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

interactive-sr for everyone seems to have broken on Mac recently #96

Closed
robinwhittleton opened this issue Dec 24, 2020 · 1 comment
Closed

Comments

@robinwhittleton
Copy link
Member

a697175 updated the regex for the “everyone” interactive-sr from /\v([Ee])very one(\s+of)@\!/\1veryone/ to /\v([Ee]ach and )@*<\!([Ee])very one(\s+of)@\!/\1veryone/. This seems to have broken the command on the default Mac install of vim with the following error (2nd line repeated for each file):

Error detected while processing command line:
E59: invalid character after @

The default report for vim --version (on macOS 11 Big Sur) is:

VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Nov 23 2020 06:06:21)
macOS version
Included patches: 1-850
Compiled by root@apple.com

plus a big listing of compiled features.

I’m a vim newbie and have no idea how to start debugging this. Is it something you’ve seen before?

@acabal
Copy link
Member

acabal commented Dec 24, 2020

Looks like a stray * got in there somehow when I was editing the file. This should be fixed now!

@acabal acabal closed this as completed Dec 24, 2020
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

2 participants