aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-04 01:53:13 +0100
committerGitHub <noreply@github.com>2019-01-04 01:53:13 +0100
commitc403a95a5297c7d31af5bf9d518d6c6a345b0297 (patch)
treef17d73b2ecd502a2c30f8140a2f344da5012b348 /runtime/doc/vim_diff.txt
parent103e02191237ab697fa694c6905173daa7023865 (diff)
parent37a499148ffda85a089042b4879fa0182c116f9f (diff)
downloadrneovim-c403a95a5297c7d31af5bf9d518d6c6a345b0297.tar.gz
rneovim-c403a95a5297c7d31af5bf9d518d6c6a345b0297.tar.bz2
rneovim-c403a95a5297c7d31af5bf9d518d6c6a345b0297.zip
Merge #9446 'Visual: highlight char-at-cursor'
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 3915763eed..db856ceb65 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -357,6 +357,9 @@ TUI:
and has a 'ttybuiltin' setting to control how that combination works. Nvim
uses one or the other, it does not attempt to merge the two.
+UI/Display:
+ |Visual| selection highlights the character at cursor. |visual-use|
+
VimL (Vim script) compatibility:
`count` does not alias to |v:count|
`errmsg` does not alias to |v:errmsg|