From e0a01bdf7ff05770a535a2dc68eed367669859ad Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> Date: Sun, 16 May 2021 10:55:53 -0700 Subject: Update vim diff and credits (#14566) Patch 8.2.2524 added the support for the fields 'foldopen', 'foldclose' and 'foldsep' to the 'fillchars' option in Vim: http://ftp.vim.org/pub/vim/patches/8.2/8.2.2524 Update the credits in intro.txt based on Vim credits. --- runtime/doc/intro.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/intro.txt') diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 925b3e5dbb..f739e2e88b 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -169,6 +169,7 @@ Vim would never have become what it is now, without the help of these people! Ken Takata fixes and features Kazunobu Kuriyama GTK 3 Christian Brabandt many fixes, features, user support, etc. + Yegappan Lakshmanan many quickfix features I wish to thank all the people that sent me bug reports and suggestions. The list is too long to mention them all here. Vim would not be the same without -- cgit