v0.1.0 (alpha) #1

Merged
TheOnePath merged 14 commits from experimental into main 2023-01-13 17:19:11 +00:00
Showing only changes of commit c498210a2f - Show all commits

View File

@ -28,8 +28,7 @@ end
-- :@dev: clean the text once it has been fetched from buffer
M.clean_buf = function ( text )
if not type(text) == "string" or text == nil then
print("[DEBUG - clean_buf] Given input is not of type string.")
return
return ""
end
return escape_chars( text )