diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-29 08:59:31 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-29 09:06:08 +0200 |
| commit | 9c573eaf13f882bfb3deb44268bd5bd8947b0260 (patch) | |
| tree | 093966fa8496fdefb005be75fe624f02ebf3431b /README.md | |
| parent | c32c4b7b41dcf0e170266f819b6a839fa4eac56d (diff) | |
| download | vis-9c573eaf13f882bfb3deb44268bd5bd8947b0260.tar.gz vis-9c573eaf13f882bfb3deb44268bd5bd8947b0260.tar.xz | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |
