diff options
author | Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> | 2021-05-16 10:55:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 13:55:53 -0400 |
commit | e0a01bdf7ff05770a535a2dc68eed367669859ad (patch) | |
tree | adb8bd85d84f0989dc02582cd6f8ae4af7bdba24 | |
parent | dab6b08a1e5571d0a0c4cb1f2f1af7000870c652 (diff) | |
download | rneovim-e0a01bdf7ff05770a535a2dc68eed367669859ad.tar.gz rneovim-e0a01bdf7ff05770a535a2dc68eed367669859ad.tar.bz2 rneovim-e0a01bdf7ff05770a535a2dc68eed367669859ad.zip |
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.
-rw-r--r-- | runtime/doc/intro.txt | 1 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 2c39fdb53c..bb30495d77 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -194,8 +194,7 @@ Options: 'cpoptions' flags: |cpo-_| 'display' flags: "msgsep" minimizes scrolling when showing messages 'guicursor' works in the terminal - 'fillchars' flags: "msgsep" (see 'display'), "foldopen", "foldsep", - "foldclose" + 'fillchars' flags: "msgsep" (see 'display') 'foldcolumn' supports up to 9 dynamic/fixed columns 'inccommand' shows interactive results for |:substitute|-like commands 'pumblend' pseudo-transparent popupmenu |