From 7e10b0dae6572953056f38b3d275fa6131df5f24 Mon Sep 17 00:00:00 2001 From: Famiu Haque Date: Sun, 1 May 2022 04:23:30 +0600 Subject: docs: move "hl-VertSplit" to deprecated.txt #18328 --- runtime/doc/deprecated.txt | 4 ++++ runtime/doc/vim_diff.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index 21a34178b3..f24bf06feb 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -55,6 +55,10 @@ Functions ~ without stopping the job. Use chanclose(id) to close any socket. +Highlights ~ + +*hl-VertSplit* Use |hl-WinSeparator| instead. + LSP Diagnostics ~ For each of the functions below, use the corresponding function in diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 524978f523..e24dd46f49 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -354,7 +354,7 @@ Highlight groups: |hl-CurSearch| highlights match under cursor instead of last match found using |n| or |N| |hl-CursorLine| is low-priority unless foreground color is set - *hl-VertSplit* superseded by |hl-WinSeparator| + |hl-VertSplit| superseded by |hl-WinSeparator| Macro/|recording| behavior Replay of a macro recorded during :lmap produces the same actions as when it -- cgit