aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-10 15:10:59 +0200
committerGitHub <noreply@github.com>2018-06-10 15:10:59 +0200
commitb8363283faac5e02cd9961119da7accb3d35d420 (patch)
tree7c7007656dd04dcc8b950c5fb00d98c2c060b39f /runtime/doc/vim_diff.txt
parent23d172a948e77c4e1d03db3b06efac6e9edd3695 (diff)
parentd8c7ff13352d7182826b5716ff3b6a66df241231 (diff)
downloadrneovim-b8363283faac5e02cd9961119da7accb3d35d420.tar.gz
rneovim-b8363283faac5e02cd9961119da7accb3d35d420.tar.bz2
rneovim-b8363283faac5e02cd9961119da7accb3d35d420.zip
Merge #7679 'startup: treat stdin as text instead of commands'
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 04d78da45a..ceae8eba8c 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -440,6 +440,10 @@ Other compile-time features:
Emacs tags support
X11 integration (see |x11-selection|)
+Startup:
+ --literal (file args are always literal; to expand wildcards on Windows, use
+ |:n| e.g. `nvim +"n *"`)
+
Nvim does not have a built-in GUI and hence the following aliases have been
removed: gvim, gex, gview, rgvim, rgview