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

vim: Add [ [ and ] ] for function matching #20808

Closed
wants to merge 2 commits into from

Conversation

hrou0003
Copy link
Contributor

Potentially closes #17177 #4316

Picked up from discussion on #17693

I've had a look into how we might be able to map Rust functions in tree-sitter. There are a few more things I would like to look into, such as:

  • implementations for other languages
  • exact keybind behaviour
  • where the ts query should sit in the code

Any feedback would be appreciated as I flesh this out

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Nov 18, 2024
@hrou0003 hrou0003 changed the title vim: [ [ and `] ]' for function matching vim: [ [ and ] ] for function matching Nov 18, 2024
@zed-industries-bot
Copy link

Warnings
⚠️

This PR is missing release notes.

Please add a "Release Notes" section that describes the change:

Release Notes:

- Added/Fixed/Improved ...

If your change is not user-facing, you can use "N/A" for the entry:

Release Notes:

- N/A

Generated by 🚫 dangerJS against 06ce226

@maxdeviant maxdeviant changed the title vim: [ [ and ] ] for function matching vim: Add [ [ and ] ] for function matching Nov 18, 2024
@hrou0003 hrou0003 closed this Nov 26, 2024
@hrou0003
Copy link
Contributor Author

Implemented here: #20924

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support vim count sections [m and [[
2 participants