From cf0fb01ea52946a4ac971f9f835e9cb2307cb910 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 24 Apr 2021 13:15:01 -0400 Subject: vim-patch:574ee7bc1246 Update runtime files https://github.com/vim/vim/commit/574ee7bc1246070dba598f9561a2776aa1a10d07 Omit ru.po because I don't know the language and there's too much to port. --- runtime/doc/intro.txt | 2 +- runtime/doc/sign.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index d858985e3f..69118db4fe 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -143,7 +143,7 @@ Vim would never have become what it is now, without the help of these people! Sung-Hyun Nam Work on multi-byte versions Vince Negri Win32 GUI and generic console enhancements Steve Oualline Author of the first Vim book |frombook| - Dominique Pelle valgrind reports and many fixes + Dominique Pelle Valgrind reports and many fixes A.Politz Many bug reports and some fixes George V. Reilly Win32 port, Win32 GUI start-off Stephen Riehm bug collector diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 896698aaa6..1f9de19fc7 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -42,8 +42,8 @@ When signs are defined for a file, Vim will automatically add a column of two characters to display them in. When the last sign is unplaced the column disappears again. This behavior can be changed with the 'signcolumn' option. -The color of the column is set with the SignColumn group |hl-SignColumn|. -Example to set the color: > +The color of the column is set with the SignColumn highlight group +|hl-SignColumn|. Example to set the color: > :highlight SignColumn guibg=darkgrey < -- cgit