aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a29384e..2264013 100644
--- a/README.md
+++ b/README.md
@@ -601,7 +601,7 @@ At this time there exists no API stability guarantees.
- `motion(id)` select/execute a motion
- `command_register(name, function(argv, force, win, cursor, range))` hook up a Lua function to `:name` command
- `map(mode, key, function)` map a Lua function to `key` in `mode`
- - `feedkeys(keys)` interpret `keys` as if they were read from the keyboard. If called from a key handling function, the keys will only be processed *after* the current key handling function has returned.
+ - `feedkeys(keys)` interpret `keys` as if they were read from the keyboard
- `recording` boolean property, indicates whether a macro is currently being recorded
- `file`
- `content(pos, len)` or `content({start, finish})`