From d815268ee4c64a5c6134ee43968d0685eaac4d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 21 Apr 2016 22:33:18 +0200 Subject: vis-lua: implement vis:message(msg) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index de79e8c..253f5c9 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3