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

runtime(java): Strive to remain compatible for at least Vim 7.0 #14744

Merged
merged 1 commit into from May 10, 2024

Conversation

zzzyxwvut
Copy link
Contributor

Also:

  • Limit all look-behind regexp patterns.
  • Cache regexp capabilities for [:upper:] and [:lower:].

Also:

- Limit all look-behind regexp patterns.
- Cache regexp capabilities for [:upper:] and [:lower:].
@chrisbra
Copy link
Member

Wow, that is some tricky stuff. Thanks!

@chrisbra chrisbra merged commit d3952e8 into vim:master May 10, 2024
35 checks passed
clason added a commit to clason/neovim that referenced this pull request May 11, 2024
runtime(java): Strive to remain compatible for at least Vim 7.0 (vim/vim#14744)

Also:

- Limit all look-behind regexp patterns.
- Cache regexp capabilities for [:upper:] and [:lower:].

vim/vim@d3952e8

Co-authored-by: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com>
clason added a commit to neovim/neovim that referenced this pull request May 11, 2024
runtime(java): Strive to remain compatible for at least Vim 7.0 (vim/vim#14744)

Also:

- Limit all look-behind regexp patterns.
- Cache regexp capabilities for [:upper:] and [:lower:].

vim/vim@d3952e8

Co-authored-by: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants