Customized fork of github.com/rxi/lite

Merge pull request #70 from cptx032/master

Fixing trimwhitespace plugin bug

authored by rxi and committed by GitHub 30674434 c4be26cc

Changed files
+1 -1
data
+1 -1
data/plugins/trimwhitespace.lua
··· 17 17 18 18 command.add("core.docview", { 19 19 ["trim-whitespace:trim-trailing-whitespace"] = function() 20 - trim_trailing_whitespace(self.active_view.doc) 20 + trim_trailing_whitespace(core.active_view.doc) 21 21 end, 22 22 }) 23 23