diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-15 00:28:18 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-15 13:21:04 +0100 |
| commit | e16e21ed4658ec1c8d1b55774625ce852fc917af (patch) | |
| tree | 22d3c11285a449be1af3fcb1d63f4a16ce120338 /README.md | |
| parent | 0f479c4da7f0c62d7422417d3d0601c853f043aa (diff) | |
| download | vis-e16e21ed4658ec1c8d1b55774625ce852fc917af.tar.gz vis-e16e21ed4658ec1c8d1b55774625ce852fc917af.tar.xz | |
Fix documentation regarding Lua paths in README and manual page
Wether `/usr/local/share/vis` or `/usr/share/vis` is used depends
on how the configure script was invoked. However, both are never
used at the same time.
This section should be completely reworked at some point.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -477,8 +477,9 @@ highlighting. `VIS_PATH` defaults (in this order) to - The location of the `vis` binary - `$XDG_CONFIG_HOME/vis`, where `$XDG_CONFIG_HOME` refers to `$HOME/.config` if unset -- `/usr/local/share/vis` -- `/usr/share/vis` +- `/usr/local/share/vis` or `/usr/share/vis` depending on the build configuration + +Use `:help` and search for "Lua paths" to get the actual paths being used. ### Runtime Configurable Key Bindings |
