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.
This commit is contained in:
2026-03-02 12:04:29 +01:00
parent 9700d0643d
commit bbdd0143e3

View File

@@ -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