kakoune: fix for busybox awk: use middle dot unicode character instead of unicode escape for nbsp

This commit is contained in:
2026-07-17 10:29:21 +02:00
parent 7c91379f6c
commit 2d79c5728a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
BEGIN {
n = split(ENVIRON["kak_text"], a, "\u00a0")
n = split(ENVIRON["kak_text"], a, "·")
line = a[3]
if (n == 4 && line ~ /^[0-9]+/) {
pat = a[1]