Merge #6480 from ZyX-I/colored-cmdline'/input-dict

This commit is contained in:
Justin M. Keyes
2017-05-13 21:17:33 +02:00
committed by GitHub
6 changed files with 541 additions and 79 deletions

View File

@@ -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 others features (return
on cancel and completion respectively) via dictionary argument (replaces all
other arguments if used).
==============================================================================
5. Missing legacy features *nvim-features-missing*