diff options
author | georg3tom <georg3tom@gmail.com> | 2020-03-09 02:20:20 +0530 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2020-11-11 18:07:58 +0100 |
commit | 7777532cebcfa9abc5ab2c7beae77f386feed3ca (patch) | |
tree | 756ad7dc5faa38b1c359bf92d8cf9426d13bf052 /runtime/doc/diff.txt | |
parent | 0a95549d66df63c06d775fcc329f7b63cbb46b2f (diff) | |
download | rneovim-7777532cebcfa9abc5ab2c7beae77f386feed3ca.tar.gz rneovim-7777532cebcfa9abc5ab2c7beae77f386feed3ca.tar.bz2 rneovim-7777532cebcfa9abc5ab2c7beae77f386feed3ca.zip |
Removed restricted mode - Fix #11972
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r-- | runtime/doc/diff.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index dcc3035d41..20eaa47b26 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -20,8 +20,8 @@ additionally sets up for viewing the differences between the arguments. > nvim -d file1 file2 [file3 [file4]] -In addition to the |-d| argument, |-Z| and |-R| may be used for restricted -mode and readonly mode respectively. +In addition to the |-d| argument, |-R| may be used for readonly mode +respectively. The second and following arguments may also be a directory name. Vim will then append the file name of the first argument to the directory name to find |