Skip to content

vim: Fix out of scope insert line above#55459

Merged
yara-blue merged 2 commits into
zed-industries:mainfrom
deaconctl:fix/52588
Jun 22, 2026
Merged

vim: Fix out of scope insert line above#55459
yara-blue merged 2 commits into
zed-industries:mainfrom
deaconctl:fix/52588

Conversation

@deaconctl

Copy link
Copy Markdown

Self-Review Checklist:

  • I've reviewed my own diff for quality, security, and reliability
  • Unsafe blocks (if any) have justifying comments
  • The content is consistent with the UI/UX checklist
  • Tests cover the new/changed behavior
  • Performance impact has been considered and is acceptable

Closes #52588

Release Notes:

  • Fixed insert line above out of an scope

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label May 1, 2026
@zed-community-bot zed-community-bot Bot added the first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions label May 1, 2026
@maxdeviant maxdeviant changed the title fix(#52588): out of scope insert line above vim: Fix out of scope insert line above May 2, 2026
@SomeoneToIgnore SomeoneToIgnore added the area:parity/vim Feedback for Vim parity features label May 2, 2026
@yara-blue yara-blue enabled auto-merge June 22, 2026 14:50
@yara-blue yara-blue added this pull request to the merge queue Jun 22, 2026
Merged via the queue into zed-industries:main with commit 50b4a1c Jun 22, 2026
34 checks passed
saranblock3 pushed a commit to saranblock3/zed that referenced this pull request Jun 23, 2026
Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes zed-industries#52588 

Release Notes:

- Fixed insert line above out of an scope

Co-authored-by: Yara 🏳️‍⚧️ <git@yara.blue>
weihuoya pushed a commit to weihuoya/zed that referenced this pull request Jun 25, 2026
Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes zed-industries#52588 

Release Notes:

- Fixed insert line above out of an scope

Co-authored-by: Yara 🏳️‍⚧️ <git@yara.blue>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:parity/vim Feedback for Vim parity features cla-signed The user has signed the Contributor License Agreement first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto indent behavior inconsistent when inserting new line above/below cursor.

4 participants