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 /runtime/doc/vim_diff.txt | |
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.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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 |