Rename ExpandAllHunkDiffs to ExpandAllDiffHunks (#25369)

This is more consistent with the nomenclature in the rest of Zed.

Release Notes:

- Renamed the `editor::ExpandAllHunkDiffs` action to
`editor::ExpandAllDiffHunks`
This commit is contained in:
Cole Miller 2025-02-21 19:06:03 -05:00 committed by GitHub
parent ec56755f9e
commit 4118f42d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

@ -12750,7 +12750,7 @@ impl Editor {
pub fn expand_all_diff_hunks(
&mut self,
_: &ExpandAllHunkDiffs,
_: &ExpandAllDiffHunks,
_window: &mut Window,
cx: &mut Context<Self>,
) {