From bbdd0143e36bdb613241bed7047bf52066537652 Mon Sep 17 00:00:00 2001 From: Daneel Date: Mon, 2 Mar 2026 12:04:29 +0100 Subject: [PATCH] Fix patch 0008: update '-' line to match patch 0003 without 'evil' Commit 7609922 changed patch 0003 comment from 'for evil block-cursor mode' to 'for block-cursor mode'. Patch 0008 had a '-' (removal) line still referencing 'for evil block-cursor mode', which git am could not find in the file -> 'patch does not apply'. Verified locally: git am now applies all 9 patches cleanly on f0dbe25. --- ...8-ns-announce-child-frame-completion-candidates-for-Vo.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/0008-ns-announce-child-frame-completion-candidates-for-Vo.patch b/patches/0008-ns-announce-child-frame-completion-candidates-for-Vo.patch index aa53fd2..0754f08 100644 --- a/patches/0008-ns-announce-child-frame-completion-candidates-for-Vo.patch +++ b/patches/0008-ns-announce-child-frame-completion-candidates-for-Vo.patch @@ -391,7 +391,7 @@ index 8d44b5f..29b646d 100644 moveInfo[@"AXTextChangeElement"] = self; - /* Omit granularity for character moves so VoiceOver does not - derive its own speech (it would read the wrong character -- for evil block-cursor mode). Include it for word/line/ +- for block-cursor mode). Include it for word/line/ - selection so VoiceOver reads the appropriate text. */ - if (!isCharMove) + /* Include granularity for sequential moves so VoiceOver reads the