From d01f140bb3d926486014ae6697c8a7cef241325b Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 13 May 2017 18:16:41 +0300 Subject: doc: Add a note to vim_diff.txt --- runtime/doc/vim_diff.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') 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* -- cgit