mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-07 13:20:21 +09:00
Update autoclose
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,5 +1,9 @@
|
||||
function charAt(str, i)
|
||||
return string.sub(str, i, i)
|
||||
if i <= #str then
|
||||
return string.sub(str, i, i)
|
||||
else
|
||||
return ""
|
||||
end
|
||||
end
|
||||
|
||||
if GetOption("autoclose") == nil then
|
||||
|
||||
Reference in New Issue
Block a user