Update default plugins slightly

This commit is contained in:
Zachary Yedidia 2019-12-28 22:39:57 -05:00
parent bd83c6a8a9
commit 29a5cef559
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,7 @@ function onRune(bp, r)
end
end
end
return false
return true
end
function preInsertNewline(bp)

View file

@ -125,7 +125,7 @@ end
function onSave(bp)
runLinter(bp.Buf)
return false
return true
end
function lint(buf, linter, cmd, args, errorformat, loff, coff)