diff options
author | shade-of-noon <73705427+shade-of-noon@users.noreply.github.com> | 2020-11-21 09:41:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 09:41:59 -0400 |
commit | fec2fb7e49e0fb19ab63203106cd54a79714d7c9 (patch) | |
tree | 7c18fd93a1c14d16a61942a478c547bfffe46c6b | |
parent | 3c2402e5c2641be27e8a526d78c2e0e544ec9cf8 (diff) | |
download | rneovim-fec2fb7e49e0fb19ab63203106cd54a79714d7c9.tar.gz rneovim-fec2fb7e49e0fb19ab63203106cd54a79714d7c9.tar.bz2 rneovim-fec2fb7e49e0fb19ab63203106cd54a79714d7c9.zip |
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.
-rw-r--r-- | man/nvim.1 | 3 |
1 files changed, 0 insertions, 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. |