diff options
author | ZyX <kp-pav@yandex.ru> | 2017-07-26 12:31:01 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-07-26 12:31:01 +0300 |
commit | d23c0de0c17a665cf4aff3bf4772a08453c6f1dd (patch) | |
tree | 84f2e5718a37c6e9d2701aae315b57c9ec5dec55 /runtime/doc/vim_diff.txt | |
parent | 0a46ae3c0a7b2ca53ce16c3f5c5ecb8ae7bfee80 (diff) | |
download | rneovim-d23c0de0c17a665cf4aff3bf4772a08453c6f1dd.tar.gz rneovim-d23c0de0c17a665cf4aff3bf4772a08453c6f1dd.tar.bz2 rneovim-d23c0de0c17a665cf4aff3bf4772a08453c6f1dd.zip |
doc: Update documentation
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 5801da1132..42f273588a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -126,7 +126,6 @@ Commands: Functions: |dictwatcheradd()| notifies a callback whenever a |Dict| is modified |dictwatcherdel()| - |execute()| works with |:redir| |msgpackdump()|, |msgpackparse()| provide msgpack de/serialization Events: @@ -143,6 +142,15 @@ Highlight groups: |hl-TermCursorNC| |hl-Whitespace| highlights 'listchars' whitespace +UI: + *E5408* *E5409* *g:Nvim_color_expr* *g:Nvim_color_cmdline* + UI now supports command-line coloring. Officially only |input()| and + |inputdialog()| may be colored, temporary for testing purposes expressions + (e.g. |i_CTRL-R_=|) and regular command-line (|:|) are colored by callbacks + defined in `g:Nvim_color_expr` and `g:Nvim_color_cmdline` respectively. + Callbacks are to be replaced by parser implemented in C which will also do + the coloring. + ============================================================================== 4. Changed features *nvim-features-changed* @@ -261,6 +269,8 @@ Lua interface (|if_lua.txt|): on cancel and completion respectively) via dictionary argument (replaces all other arguments if used). +|input()| and |inputdialog()| now support user-defined cmdline highlighting. + ============================================================================== 5. Missing legacy features *nvim-features-missing* |