mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Fix minor issue with autoclose
This commit is contained in:
@@ -61,13 +61,12 @@ function preInsertNewline()
|
||||
v:InsertNewline(false)
|
||||
v:InsertTab(false)
|
||||
v.Buf:Insert(-v.Cursor.Loc, "\n" .. ws)
|
||||
-- v:InsertNewline(false)
|
||||
break
|
||||
return false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return false
|
||||
return true
|
||||
end
|
||||
|
||||
function preBackspace()
|
||||
|
||||
Reference in New Issue
Block a user