diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-07 16:06:46 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-07 16:45:15 +0200 |
commit | d1874ab2821d076397290cc154d87ec2dc352c79 (patch) | |
tree | 56d28bc80a04d2edbe7198de5b00ce13caed4529 /runtime/doc/vim_diff.txt | |
parent | 7a832c312f13bd6be9350952cdac3bd30613a824 (diff) | |
download | rneovim-d1874ab2821d076397290cc154d87ec2dc352c79.tar.gz rneovim-d1874ab2821d076397290cc154d87ec2dc352c79.tar.bz2 rneovim-d1874ab2821d076397290cc154d87ec2dc352c79.zip |
syntax: 'cursorline': low priority #6380
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 5df3852d8e..861fa65c3a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -281,8 +281,8 @@ other arguments if used). |input()| and |inputdialog()| support user-defined cmdline highlighting. Highlight groups: - |hl-ColorColumn|, |hl-CursorColumn| are lower priority than most other - groups + |hl-ColorColumn|, |hl-CursorColumn|, |hl-CursorLine| are lower priority than + (overridden by) most other highlight groups. ============================================================================== 5. Missing legacy features *nvim-features-missing* |