changeset 35:c5b57654147b

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 14 Apr 2025 19:07:12 -0600
parents 8535209b61ff
children 0a8865de3d53
files editor.luan
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/editor.luan	Mon Apr 14 14:21:36 2025 -0600
+++ b/editor.luan	Mon Apr 14 19:07:12 2025 -0600
@@ -224,6 +224,7 @@
 		if j1 == nil then
 			break
 		end
+		j2 = j2 + 1
 		matches[#matches+1] = { start=j1, end_=j2 }
 		i = j2
 	end