changeset 1478:6b389ac08e5e

merge
author sam <sam@basx.dev>
date Sun, 20 Apr 2025 00:33:33 +0700
parents 9600b96be7a8
children 172ac338f820
files semicongine/text.nim
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/semicongine/text.nim	Sat Apr 19 17:42:42 2025 +0700
+++ b/semicongine/text.nim	Sun Apr 20 00:33:33 2025 +0700
@@ -178,7 +178,6 @@
     textbuffer.texts[textI].bufferOffset + textbuffer.texts[textI].capacity
   var i = 0
   while i < textbuffer.texts[textI].capacity and bufferOffset < bufferEnd:
-    # for i in 0 ..< textbuffer.texts[textI].capacity:
     if i < text.len:
       if text[i] == Rune('\n'):
         inc lineI