diff options
| author | Matthieu Coudron <mattator@gmail.com> | 2020-03-02 13:56:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-02 13:56:27 +0100 |
| commit | d22fd58629c6aa93d808d74a7e6dee79e3246ae0 (patch) | |
| tree | cda0f3a59a076bae4c1cf4f6e51328eee560cf1e /runtime/doc/vim_diff.txt | |
| parent | e35ff7371f4a61621587744a7620200380abbbe9 (diff) | |
| parent | 6f261d23942feb22e5aa2881bc645bce5c5ce946 (diff) | |
| download | rneovim-d22fd58629c6aa93d808d74a7e6dee79e3246ae0.tar.gz rneovim-d22fd58629c6aa93d808d74a7e6dee79e3246ae0.tar.bz2 rneovim-d22fd58629c6aa93d808d74a7e6dee79e3246ae0.zip | |
Merge pull request #11716 from teto/folds_auto_backup
[RFC] foldcolumn autowidth
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 5835c7f314..376375e4ef 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -201,6 +201,7 @@ Options: 'guicursor' works in the terminal 'fillchars' flags: "msgsep" (see 'display'), "eob" for |hl-EndOfBuffer| marker, "foldopen", "foldsep", "foldclose" + 'foldcolumn' supports up to 9 dynamic/fixed columns 'inccommand' shows interactive results for |:substitute|-like commands 'listchars' local to window 'pumblend' pseudo-transparent popupmenu |