aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-13 21:17:33 +0200
committerGitHub <noreply@github.com>2017-05-13 21:17:33 +0200
commit17531ed0825c1bf5e24e78ae94020fb08ca06013 (patch)
tree244e6a9df696de14b4c1441c51d9fa93c0c33d29 /runtime/doc/vim_diff.txt
parent7383274f669fa01ba3028ca0dec2c6ad815339c1 (diff)
parentd01f140bb3d926486014ae6697c8a7cef241325b (diff)
downloadrneovim-17531ed0825c1bf5e24e78ae94020fb08ca06013.tar.gz
rneovim-17531ed0825c1bf5e24e78ae94020fb08ca06013.tar.bz2
rneovim-17531ed0825c1bf5e24e78ae94020fb08ca06013.zip
Merge #6480 from ZyX-I/colored-cmdline'/input-dict
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index aba4420ebe..7f456bf473 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -244,6 +244,10 @@ Lua interface (|if_lua.txt|):
- Lua has direct access to Nvim |API| via `vim.api`.
- Currently, most legacy Vim features are missing.
+|input()| and |inputdialog()| gained support for each other’s features (return
+on cancel and completion respectively) via dictionary argument (replaces all
+other arguments if used).
+
==============================================================================
5. Missing legacy features *nvim-features-missing*