From d51a27b7e58c9cdbc1bf10958254fe666603f3f2 Mon Sep 17 00:00:00 2001 From: Seth Jackson Date: Wed, 6 Jan 2016 18:27:37 -0500 Subject: 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' --- runtime/doc/vim_diff.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/vim_diff.txt') 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) -- cgit