diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-12-11 02:12:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 02:12:05 +0100 |
| commit | 8813b29cec13f7410427fbb8913d3753dd6626a7 (patch) | |
| tree | fafa09d2333cfb51ec38e07b5cf11f21163583d3 /runtime/doc/vim_diff.txt | |
| parent | 6f41ce026005dab1129685f31bce9b85e62fd41f (diff) | |
| parent | 23fb833ea75107a3349dfb0be2eeccc06111399c (diff) | |
| download | rneovim-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.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* |
