aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-05-13 18:16:41 +0300
committerZyX <kp-pav@yandex.ru>2017-05-13 18:16:41 +0300
commitd01f140bb3d926486014ae6697c8a7cef241325b (patch)
tree30228316119301ceb2c17849e35032b14022b8f6
parenta59ddde72145ef37a374ce680d7e785d63aecf52 (diff)
downloadrneovim-d01f140bb3d926486014ae6697c8a7cef241325b.tar.gz
rneovim-d01f140bb3d926486014ae6697c8a7cef241325b.tar.bz2
rneovim-d01f140bb3d926486014ae6697c8a7cef241325b.zip
doc: Add a note to 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 e6184fd528..ca2ab836b8 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 Neovim api via `vim.api`.
- Currently most of 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*
*if_lua* *if_perl* *if_mzscheme* *if_tcl*