Merge pull request #70 from cptx032/master

Fixing trimwhitespace plugin bug
This commit is contained in:
rxi
2020-05-10 15:41:13 +01:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ end
command.add("core.docview", {
["trim-whitespace:trim-trailing-whitespace"] = function()
trim_trailing_whitespace(self.active_view.doc)
trim_trailing_whitespace(core.active_view.doc)
end,
})