Fix minor issue with autoclose

This commit is contained in:
Zachary Yedidia
2016-08-19 15:24:42 -07:00
parent 62c359e5c1
commit d409c3a031
3 changed files with 12 additions and 12 deletions

View File

@@ -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()