aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro+github@gmail.com>2017-11-09 02:20:12 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-09 02:20:12 +0100
commit9837a9c40105d3d28fc99d62693e47b32cec0f06 (patch)
tree524028d934e5c9a78e404a42c987b7f6a32d1be5 /runtime/doc/vim_diff.txt
parent55d8967147efbf1d0f3e2b5e13677ca4af9e2be4 (diff)
downloadrneovim-9837a9c40105d3d28fc99d62693e47b32cec0f06.tar.gz
rneovim-9837a9c40105d3d28fc99d62693e47b32cec0f06.tar.bz2
rneovim-9837a9c40105d3d28fc99d62693e47b32cec0f06.zip
compat: "v:count" distinct from "count" (#7407)
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index d37b9be4e3..04393f5e44 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -298,6 +298,8 @@ Highlight groups:
|hl-ColorColumn|, |hl-CursorColumn| are lower priority than most other
groups
+The variable name "count" is no fallback for |v:count| anymore.
+
==============================================================================
5. Missing legacy features *nvim-features-missing*