aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spellcheck.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/spellcheck.lua b/spellcheck.lua
index 1272e32..94b0f57 100644
--- a/spellcheck.lua
+++ b/spellcheck.lua
@@ -187,13 +187,6 @@ vis.events.subscribe(vis.events.WIN_HIGHLIGHT, function(win)
last_viewport = viewport_text
last_typos = typos
- -- TODO: think about returning true here
- -- http://martanne.github.io/vis/doc/index.html#Events
- -- The vis documentation states that a no further event handlers are called if one
- -- returns not nil
- -- Should we terminate the WIN_HIGHLIGHT event handling if we are ready highltighting
- -- typos ?
- return true
end)
local wrapped_lex_funcs = {}