diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-06 18:27:37 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2016-01-08 14:59:18 -0500 |
commit | d51a27b7e58c9cdbc1bf10958254fe666603f3f2 (patch) | |
tree | 855fbe4de0905594e8071c513b0ce60e8f080378 /runtime/doc/vim_diff.txt | |
parent | 3b23d733ddac1b42faea10e68864153d9e356da0 (diff) | |
download | rneovim-d51a27b7e58c9cdbc1bf10958254fe666603f3f2.tar.gz rneovim-d51a27b7e58c9cdbc1bf10958254fe666603f3f2.tar.bz2 rneovim-d51a27b7e58c9cdbc1bf10958254fe666603f3f2.zip |
Remove 'restorescreen' option
The relevant code was never actually in Neovim, most likely due to being
unifdef(1)'d out during the initial import.
see `:h hidden-options'
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 c6e98bc40c..a1d7c7d62c 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -200,6 +200,7 @@ Other options: 'guioptions' (only the 't' flag was removed) 'guipty' 'macatsui' + 'restorescreen' 'shelltype' 'shortname' 'termencoding' (Vim 7.4.852 also removed this for Windows) |