From fec2fb7e49e0fb19ab63203106cd54a79714d7c9 Mon Sep 17 00:00:00 2001 From: shade-of-noon <73705427+shade-of-noon@users.noreply.github.com> Date: Sat, 21 Nov 2020 09:41:59 -0400 Subject: Remove restricted mode (-Z) from man page. As per #11996, restricted mode (-Z) has been removed. Nonetheless in #11996 the man page was not updated. Hence this PR. --- man/nvim.1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man/nvim.1 b/man/nvim.1 index 9e7da629f7..305551c7d4 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -113,9 +113,6 @@ associated with a file. To overwrite a file, add an exclamation mark to the relevant Ex command, such as .Ic :w! . .Ic ":help 'readonly'" -.It Fl Z -Restricted mode. -Disable commands that make use of an external shell. .It Fl m Resets the 'write' option, to disable file modifications. Writing to a file is disabled, but buffers can still be modified. -- cgit