aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-16 08:18:03 +0200
committerGitHub <noreply@github.com>2017-10-16 08:18:03 +0200
commit56eda2aa17c80ba380b606f9466f288fb8162dd3 (patch)
treee12a79fcca744aa392092fc31b9ed146b8123dc4 /runtime
parent3e502fd7d67f01f8f8e3006da255d3fba40ee961 (diff)
downloadrneovim-56eda2aa17c80ba380b606f9466f288fb8162dd3.tar.gz
rneovim-56eda2aa17c80ba380b606f9466f288fb8162dd3.tar.bz2
rneovim-56eda2aa17c80ba380b606f9466f288fb8162dd3.zip
syntax: 'cursorline': revert priority change (#7400)
ref #7383 reverts d1874ab2821d076397290cc154d87ec2dc352c79 ref #6380
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/vim_diff.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 861fa65c3a..5df3852d8e 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|, |hl-CursorLine| are lower priority than
- (overridden by) most other highlight groups.
+ |hl-ColorColumn|, |hl-CursorColumn| are lower priority than most other
+ groups
==============================================================================
5. Missing legacy features *nvim-features-missing*