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:
@@ -391,7 +391,7 @@ index 8d44b5f..29b646d 100644
|
|||||||
moveInfo[@"AXTextChangeElement"] = self;
|
moveInfo[@"AXTextChangeElement"] = self;
|
||||||
- /* Omit granularity for character moves so VoiceOver does not
|
- /* Omit granularity for character moves so VoiceOver does not
|
||||||
- derive its own speech (it would read the wrong character
|
- 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. */
|
- selection so VoiceOver reads the appropriate text. */
|
||||||
- if (!isCharMove)
|
- if (!isCharMove)
|
||||||
+ /* Include granularity for sequential moves so VoiceOver reads the
|
+ /* Include granularity for sequential moves so VoiceOver reads the
|
||||||
|
|||||||
Reference in New Issue
Block a user