diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-10 15:10:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 15:10:59 +0200 |
commit | b8363283faac5e02cd9961119da7accb3d35d420 (patch) | |
tree | 7c7007656dd04dcc8b950c5fb00d98c2c060b39f /runtime/doc/vim_diff.txt | |
parent | 23d172a948e77c4e1d03db3b06efac6e9edd3695 (diff) | |
parent | d8c7ff13352d7182826b5716ff3b6a66df241231 (diff) | |
download | rneovim-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.txt | 4 |
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 |