diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-08 09:06:01 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-08 09:11:59 +0100 |
| commit | 6d1d45776b231304b0ff41b5e6098f07931ec44e (patch) | |
| tree | 2f7f41170491200d5da92bf4cd570a3e268fbed2 /lua/doc | |
| parent | 065a804d282ac99dd93e9ebaf7bc986ccf53e75b (diff) | |
| download | vis-6d1d45776b231304b0ff41b5e6098f07931ec44e.tar.gz vis-6d1d45776b231304b0ff41b5e6098f07931ec44e.tar.xz | |
lua: add simple event multiplexing mechanism
The editor core calls into the functions registered in the `vis.events`
table which then multiplex the events to all registered event handlers.
The first handler which returns a non `nil` value terminates event
propagation.
Diffstat (limited to 'lua/doc')
| -rw-r--r-- | lua/doc/config.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/doc/config.ld b/lua/doc/config.ld index a955b38..a979f83 100644 --- a/lua/doc/config.ld +++ b/lua/doc/config.ld @@ -7,6 +7,7 @@ dir="." sort=true merge=true no_space_before_args=true +not_luadoc=true file={ "../../vis-lua.c", "../vis.lua", |
