aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-26 01:00:52 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-09-09 09:53:19 -0700
commit81c3fa6c9df0c06a4b32982a71fcbb95a44b88a2 (patch)
tree4351be8025ebbd0de383a740de386f391e1e6bf6 /man
parent05c668f684e111880b4d15de9ec63c2ba3264ef3 (diff)
downloadrneovim-81c3fa6c9df0c06a4b32982a71fcbb95a44b88a2.tar.gz
rneovim-81c3fa6c9df0c06a4b32982a71fcbb95a44b88a2.tar.bz2
rneovim-81c3fa6c9df0c06a4b32982a71fcbb95a44b88a2.zip
doc
Diffstat (limited to 'man')
-rw-r--r--man/nvim.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/nvim.1 b/man/nvim.1
index bf60c80a37..bc11739747 100644
--- a/man/nvim.1
+++ b/man/nvim.1
@@ -89,10 +89,14 @@ Ex mode, reading stdin as Ex commands.
Ex mode, reading stdin as text.
.Ic :help Ex-mode
.It Fl es
-Silent/batch mode, reading stdin as Ex commands.
+Silent (non-interactive) Ex mode, reading stdin as Ex commands.
+Useful for scripting because it does NOT start a UI, unlike
+.Fl e .
.Ic :help silent-mode
.It Fl \&Es
-Silent/batch mode, reading stdin as text.
+Silent (non-interactive) Ex mode, reading stdin as text.
+Useful for scripting because it does NOT start a UI, unlike
+.Fl E .
.Ic :help silent-mode
.It Fl d
Diff mode.