comment debug

This commit is contained in:
Starbeamrainbowlabs 2023-07-04 22:00:28 +01:00
parent 66c257c146
commit 5d18f6d0db
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ local function split_shell(text, autotrim)
if i < text_length then nextchar = text:sub(i+1, i+1) end
if i+1 < text_length then nextnextchar = text:sub(i+2, i+2) end
print("mode", mode, "prevchar", prevchar, "curchar", curchar, "nextchar", nextchar)
-- print("mode", mode, "prevchar", prevchar, "curchar", curchar, "nextchar", nextchar)
if mode == "NORMAL" then
if is_whitespace(curchar) and #acc > 0 then