diff options
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 5a44e90f2a..4dbb3a9a30 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -760,6 +760,8 @@ nvim_create_user_command({name}, {command}, {*opts}) when a Lua function is used for {command}. • force: (boolean, default true) Override any previous definition. + • preview: (function) Preview callback for + 'inccommand' |:command-preview| nvim_del_current_line() *nvim_del_current_line()* Deletes the current line. |