diff options
Diffstat (limited to 'plugins/indentguide.lua')
-rw-r--r-- | plugins/indentguide.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/indentguide.lua b/plugins/indentguide.lua index 389ea14..f097a65 100644 --- a/plugins/indentguide.lua +++ b/plugins/indentguide.lua @@ -119,5 +119,5 @@ function DocView:draw_line_text(idx, x, y) local sw = space_sz * i renderer.draw_rect(math.ceil(x + sw), y, w, h, color) end - draw_line_text(self, idx, x, y) + return draw_line_text(self, idx, x, y) end |