aboutsummaryrefslogtreecommitdiff
path: root/man/nvim.1
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-11-21 21:02:16 -0500
committerGitHub <noreply@github.com>2020-11-21 21:02:16 -0500
commit74eed35f959e74a9a7015295cdd0a9a21bab0456 (patch)
tree8ec3befdc5e49c24b640b8c6ca937803c0a23a52 /man/nvim.1
parent185732a1f82098d1f29fb2568eace544c04c0f1f (diff)
parent5c92ee5d717bd494b3f015b78e6a32ff128b1d60 (diff)
downloadrneovim-74eed35f959e74a9a7015295cdd0a9a21bab0456.tar.gz
rneovim-74eed35f959e74a9a7015295cdd0a9a21bab0456.tar.bz2
rneovim-74eed35f959e74a9a7015295cdd0a9a21bab0456.zip
Merge pull request #13338 from shade-of-noon/patch-1
Restricted mode (-Z) lingering references.
Diffstat (limited to 'man/nvim.1')
-rw-r--r--man/nvim.13
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.