Update autoclose

This commit is contained in:
Zachary Yedidia 2017-02-23 22:20:33 -05:00
parent a185d6f9a0
commit ffebb58d92
2 changed files with 130 additions and 126 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,9 @@
function charAt(str, i)
if i <= #str then
return string.sub(str, i, i)
else
return ""
end
end
if GetOption("autoclose") == nil then