diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-07 19:11:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 19:11:05 +0200 |
commit | 032b088c848585e60e8dc1a210f240bad6bb3387 (patch) | |
tree | 2810779733954dccec0bae739768b8d4e4186d4c /runtime/doc/vim_diff.txt | |
parent | d916ea107a243768ff5b272a0bf2522e42f51b65 (diff) | |
parent | d1874ab2821d076397290cc154d87ec2dc352c79 (diff) | |
download | rneovim-032b088c848585e60e8dc1a210f240bad6bb3387.tar.gz rneovim-032b088c848585e60e8dc1a210f240bad6bb3387.tar.bz2 rneovim-032b088c848585e60e8dc1a210f240bad6bb3387.zip |
Merge #7364 lower priority of 'cursorline', 'cursorcolumn'
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index eb3c4d50ce..861fa65c3a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -280,6 +280,10 @@ other arguments if used). |input()| and |inputdialog()| support user-defined cmdline highlighting. +Highlight groups: + |hl-ColorColumn|, |hl-CursorColumn|, |hl-CursorLine| are lower priority than + (overridden by) most other highlight groups. + ============================================================================== 5. Missing legacy features *nvim-features-missing* |