Fixing trimwhitespace plugin bug
This commit is contained in:
parent
c4be26ccaa
commit
a17fe46c05
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue