aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-11-19 23:33:02 +0300
committerZyX <kp-pav@yandex.ru>2017-11-19 23:33:02 +0300
commit1ffa4e50477eb8a95c7097973c4d13d97551d784 (patch)
treef9e3a9bda4cca2c24286fe477d7c9843537993db /runtime/doc/vim_diff.txt
parent64158f2b0b8f0d2e058f7be6f0a0c3faa7de5f22 (diff)
downloadrneovim-1ffa4e50477eb8a95c7097973c4d13d97551d784.tar.gz
rneovim-1ffa4e50477eb8a95c7097973c4d13d97551d784.tar.bz2
rneovim-1ffa4e50477eb8a95c7097973c4d13d97551d784.zip
doc: Update documentation
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 026ff6a0fb..22e6f11bb5 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -167,12 +167,13 @@ Highlight groups:
|hl-Whitespace| highlights 'listchars' whitespace
UI:
- *E5408* *E5409* *g:Nvim_color_expr* *g:Nvim_color_cmdline*
- Command-line coloring is supported. Only |input()| and |inputdialog()| may
- be colored. 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 (these callbacks are for testing
- only, and will be removed in a future version).
+ *E5408* *E5409* *g:Nvim_color_cmdline*
+ Command-line coloring is supported. Only |input()| and |inputdialog()| may
+ be colored by user. For testing purposes regular command-line (|:|) is
+ colored by callback defined in `g:Nvim_color_cmdline` (this callback is for
+ testing only, and will be removed in a future version). Additionally
+ expression command-line is colored using built-in expressions parser (it is
+ not yet used for actually parsing expressions though), see |expr-coloring|.
==============================================================================
4. Changed features *nvim-features-changed*