Merge pull request #377 from onodera-punpun/patch-2

Add ` to autoclose
This commit is contained in:
Zachary Yedidia
2016-09-25 13:32:37 -04:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ if GetOption("autoclose") == nil then
AddOption("autoclose", true)
end
local autoclosePairs = {"\"\"", "''", "()", "{}", "[]"}
local autoclosePairs = {"\"\"", "''", "``", "()", "{}", "[]"}
local autoNewlinePairs = {"()", "{}", "[]"}
function onRune(r, v)