diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-06-13 11:11:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 11:11:12 +0200 |
commit | 463da8480685dbd53335b4e3f0a6d37cacbacac4 (patch) | |
tree | 8d98f9e625737b89f3336f6cd4fab0c0dc825e0c /runtime/doc/vim_diff.txt | |
parent | f4ba20d1c0b6c45b2c50d3cb23ce0d0b365d3dde (diff) | |
parent | 050f3975f6b44da6316de189929625e1c382a6c8 (diff) | |
download | rneovim-463da8480685dbd53335b4e3f0a6d37cacbacac4.tar.gz rneovim-463da8480685dbd53335b4e3f0a6d37cacbacac4.tar.bz2 rneovim-463da8480685dbd53335b4e3f0a6d37cacbacac4.zip |
Merge pull request #7992 from bfredl/mbscreen
Represent Screen state as UTF-8
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 1af91f24da..9dd03079fe 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -409,6 +409,7 @@ Options: *'macatsui'* 'maxmem' Nvim delegates memory-management to the OS. 'maxmemtot' Nvim delegates memory-management to the OS. + 'maxcombine' (6 is always used) *'restorescreen'* *'rs'* *'norestorescreen'* *'nors'* 'shelltype' *'shortname'* *'sn'* *'noshortname'* *'nosn'* |