Fix typo: quote_ahead_fount_at -> quote_ahead_found_at#9280
Conversation
Corrects a typo in the variable name used for tracking quote positions in vim text object operations.
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @filippostanghellini on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
|
I'm starting a first review of this pull request. You can follow along in the session on Warp. I approved this pull request and requested human review from: @vorporeal, @alokedesai, @zachbai. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR consistently renames the local variable quote_ahead_fount_at to quote_ahead_found_at in crates/vim/src/text_objects/quote.rs without changing the vim quote text-object behavior.
Concerns
- No correctness, security, error-handling, or performance concerns found in the changed lines.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @filippostanghellini on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
|
@cla-bot check |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @filippostanghellini on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
Corrects a typo in the variable name used for tracking quote positions in vim text object operations.
Description
Fixes a typo:
quote_ahead_fount_at→quote_ahead_found_atincrates/vim/src/text_objects/quote.rs.Testing
No new tests added as this is a simple variable rename with no behavioral changes.
Server API dependencies
Agent Mode
Changelog Entries for Stable
N/A - Minor typo fix.