diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-14 10:47:49 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-12-10 17:13:22 +0100 |
commit | ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db (patch) | |
tree | c48a5e06642096cfd87c4e32326e3bef3c45223c /runtime/doc/vim_diff.txt | |
parent | 9ada97a81027e03d4988cc61b366ff05e2e5b92f (diff) | |
download | rneovim-ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db.tar.gz rneovim-ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db.tar.bz2 rneovim-ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db.zip |
doc
closes #7622
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
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* |