mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 21:59:04 +00:00
`find_target()` failed to match numbers followed by a dot and a non-digit (e.g. `1. item`), because the dot unconditionally reset the scan state, discarding the number. Additionally, numbers at the start of non-first lines were missed because the backward scan stopped on the preceding newline and the forward scan immediately broke on it. Closes #47761 Release Notes: - Fixed vim increment (`ctrl-a`) and decrement (`ctrl-x`) not working on Markdown ordered list markers like `1.`, `2.`, etc. --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: dino <dinojoaocosta@gmail.com>
21 lines
658 B
JSON
21 lines
658 B
JSON
{"Put":{"state":"ˇ total: 0xff"}}
|
|
{"Key":"ctrl-a"}
|
|
{"Get":{"state":" total: 0x10ˇ0","mode":"Normal"}}
|
|
{"Put":{"state":"ˇ total: 0xff"}}
|
|
{"Key":"ctrl-x"}
|
|
{"Get":{"state":" total: 0xfˇe","mode":"Normal"}}
|
|
{"Put":{"state":"ˇ total: 0xFF"}}
|
|
{"Key":"ctrl-x"}
|
|
{"Get":{"state":" total: 0xFˇE","mode":"Normal"}}
|
|
{"Put":{"state":"(ˇ0b10f)"}}
|
|
{"Key":"ctrl-a"}
|
|
{"Get":{"state":"(0b1ˇ1f)","mode":"Normal"}}
|
|
{"Put":{"state":"ˇ-1"}}
|
|
{"Key":"ctrl-a"}
|
|
{"Get":{"state":"ˇ0","mode":"Normal"}}
|
|
{"Put":{"state":"-ˇ1"}}
|
|
{"Key":"ctrl-a"}
|
|
{"Get":{"state":"ˇ0","mode":"Normal"}}
|
|
{"Put":{"state":"banˇana"}}
|
|
{"Key":"ctrl-a"}
|
|
{"Get":{"state":"banˇana","mode":"Normal"}}
|