This commit is contained in:
Tienson Qin
2022-08-04 17:13:48 +08:00
parent 4ec5827902
commit 59b924f25d
4 changed files with 12 additions and 7 deletions

View File

@@ -47,7 +47,7 @@
:else
(recur r1 t2 (inc i1) i2))))
current-line (text-util/get-current-line-by-pos markup pos)]
current-line (:line (text-util/get-current-line-by-pos markup pos))]
(cond
(= (util/nth-safe markup pos)
(util/nth-safe markup (inc pos))