aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-12-11 02:12:05 +0100
committerGitHub <noreply@github.com>2017-12-11 02:12:05 +0100
commit8813b29cec13f7410427fbb8913d3753dd6626a7 (patch)
treefafa09d2333cfb51ec38e07b5cf11f21163583d3 /runtime/doc/vim_diff.txt
parent6f41ce026005dab1129685f31bce9b85e62fd41f (diff)
parent23fb833ea75107a3349dfb0be2eeccc06111399c (diff)
downloadrneovim-8813b29cec13f7410427fbb8913d3753dd6626a7.tar.gz
rneovim-8813b29cec13f7410427fbb8913d3753dd6626a7.tar.bz2
rneovim-8813b29cec13f7410427fbb8913d3753dd6626a7.zip
Merge #7555 'vim-patch.sh, doc updates'
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 1a4a66ed89..7061f01316 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -302,7 +302,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.
+VimL (Vim script) compatibility:
+ `count` does not alias to |v:count|
==============================================================================
5. Missing legacy features *nvim-features-missing*