aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-29 08:59:31 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-29 09:06:08 +0200
commit9c573eaf13f882bfb3deb44268bd5bd8947b0260 (patch)
tree093966fa8496fdefb005be75fe624f02ebf3431b /README.md
parentc32c4b7b41dcf0e170266f819b6a839fa4eac56d (diff)
downloadvis-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.md1
1 files changed, 1 insertions, 0 deletions
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]