aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorSeth Jackson <sethjackson@gmail.com>2016-01-06 18:27:37 -0500
committerMichael Reed <m.reed@mykolab.com>2016-01-08 14:59:18 -0500
commitd51a27b7e58c9cdbc1bf10958254fe666603f3f2 (patch)
tree855fbe4de0905594e8071c513b0ce60e8f080378 /runtime/doc/quickref.txt
parent3b23d733ddac1b42faea10e68864153d9e356da0 (diff)
downloadrneovim-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/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index ea73b99ad2..1346a83fdd 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -820,7 +820,6 @@ Short explanation of each option: *option-list*
'relativenumber' 'rnu' show relative line number in front of each line
'remap' allow mappings to work recursively
'report' threshold for reporting nr. of lines changed
-'restorescreen' 'rs' Win32: restore screen when exiting
'revins' 'ri' inserting characters will work backwards
'rightleft' 'rl' window is right-to-left oriented
'rightleftcmd' 'rlc' commands for which editing works right-to-left