aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-21 12:37:33 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-22 00:05:31 +0200
commitc7d2f08ba44243ac1db478a0d5239763932a6861 (patch)
treefcfec548e63a7a5a476b4100c8d0179842bee6c1 /README.md
parent29f8d2488cfe86678e65e73c58e36d7c48a0e11b (diff)
downloadvis-c7d2f08ba44243ac1db478a0d5239763932a6861.tar.gz
vis-c7d2f08ba44243ac1db478a0d5239763932a6861.tar.xz
vis-lua: add vis.VERSION property
It is a string in `git describe` format, as reporte by `vis -v`.
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 a27c982..d8dc1b4 100644
--- a/README.md
+++ b/README.md
@@ -577,6 +577,7 @@ simple short lived (configuration) tasks.
At this time there exists no API stability guarantees.
- `vis`
+ - `VERSION` version information string in `git describe` format, same as reported by `vis -v`
- `MODE_NORMAL`, `MODE_OPERATOR_PENDING`, `MODE_INSERT`, `MODE_REPLACE`, `MODE_VISUAL`, `MODE_VISUAL_LINE` mode constants
- `mode` current mode (one of the above constants)
- `lexers` LPeg lexer support module