diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-21 22:33:18 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-21 22:34:03 +0200 |
| commit | d815268ee4c64a5c6134ee43968d0685eaac4d73 (patch) | |
| tree | 679953ae3c612ceebb26fe5cfa7729bf4c2dd668 /README.md | |
| parent | e76ec27418c4bf7599ce9ecc93ea1227fbc2db57 (diff) | |
| download | vis-d815268ee4c64a5c6134ee43968d0685eaac4d73.tar.gz vis-d815268ee4c64a5c6134ee43968d0685eaac4d73.tar.xz | |
vis-lua: implement vis:message(msg)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -588,7 +588,8 @@ At this time there exists no API stability guarantees. - `win` currently focused window - `windows()` iterator - `command(cmd)` - - `info(msg)` + - `info(msg)` display a single line message + - `message(msg)` display an arbitrarily long message - `open(filename)` - `textobject_register(function)` register a Lua function as a text object, returns associated `id` or `-1` - `textobject(id)` select/execute a text object |
