From 9c573eaf13f882bfb3deb44268bd5bd8947b0260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 29 Apr 2016 08:59:31 +0200 Subject: vis: move non-configuration sections out of visrc.lua into vis.lua The intention is that vis.lua will provide parts of the Lua API not implemented in the C core. Please update your existing visrc.lua configuration file accordingly. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index a714645..ecae68e 100644 --- a/README.md +++ b/README.md @@ -885,6 +885,7 @@ A quick overview over the code structure to get you started: `vis-operators.c` | vi(m) operator implementation `vis-prompt.c` | `:`, `/` and `?` prompt implemented as a regular file/window with custom key bindings `vis-text-objects.c`| vi(m) text object implementations, uses `text-objects.h` internally + `vis.lua` | Lua library for vis, providing parts of the exposed API `visrc.lua` | Lua startup and configuration script Testing infrastructure for the [low level core data structures] -- cgit v1.2.3