aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-16 12:40:58 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-16 12:52:04 +0200
commitae7795327928efbe34288cce45b5547d0371b22a (patch)
tree3fdc1de2f76f6bdf6bd12c1ba7777971abb1313c /README.md
parent91bf6dc891409d54cf8cde5d6deb973f98ffed88 (diff)
downloadvis-ae7795327928efbe34288cce45b5547d0371b22a.tar.gz
vis-ae7795327928efbe34288cce45b5547d0371b22a.tar.xz
vis-lua: add vis.mode property
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 c7b7d5f..bf06725 100644
--- a/README.md
+++ b/README.md
@@ -570,6 +570,7 @@ At this time there exists no API stability guarantees.
- `vis`
- `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
- `events` hooks
- `start()`