Update readme

This commit is contained in:
Zachary Yedidia
2016-08-20 13:02:19 -07:00
parent 5ff1917f20
commit 8f51fe84ae
4 changed files with 28 additions and 25 deletions

View File

@@ -53,7 +53,6 @@ function preInsertNewline()
local curRune = charAt(curLine, v.Cursor.X)
local nextRune = charAt(curLine, v.Cursor.X+1)
local ws = GetLeadingWhitespace(curLine)
messenger:Message(curRune, " ", nextRune)
for i = 1, #autoNewlinePairs do
if curRune == charAt(autoNewlinePairs[i], 1) then