diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 13:59:07 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 14:01:46 +0100 |
| commit | 8d743d02f229aeed600bbc9a15736ad9e7be9507 (patch) | |
| tree | 53ba6f62e48cb8a250ac65926e0ee63a17bf15c5 /runtime/doc | |
| parent | dae1213e57da36aaa805425636d11712c746fe49 (diff) | |
| download | rneovim-8d743d02f229aeed600bbc9a15736ad9e7be9507.tar.gz rneovim-8d743d02f229aeed600bbc9a15736ad9e7be9507.tar.bz2 rneovim-8d743d02f229aeed600bbc9a15736ad9e7be9507.zip | |
vim-patch:df980db69b83
update a few runtime files
https://github.com/vim/vim/commit/df980db69b831381c37c3e2973a6eefa10df305c
Note: omit hl-Terminal, Nvim has its own way of highlighting :terminal.
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index bfdc09662e..1d6bfd38fa 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4422,11 +4422,11 @@ A jump table for the options with a short description can be found at |Q_op|. copy of the original file will be kept. The name of the copy is the name of the original file with the string in the 'patchmode' option appended. This option should start with a dot. Use a string like - ".org". 'backupdir' must not be empty for this to work (Detail: The - backup file is renamed to the patchmode file after the new file has - been successfully written, that's why it must be possible to write a - backup file). If there was no file to be backed up, an empty file is - created. + ".orig" or ".org". 'backupdir' must not be empty for this to work + (Detail: The backup file is renamed to the patchmode file after the + new file has been successfully written, that's why it must be possible + to write a backup file). If there was no file to be backed up, an + empty file is created. When the 'backupskip' pattern matches, a patchmode file is not made. Using 'patchmode' for compressed files appends the extension at the end (e.g., "file.gz.orig"), thus the resulting name isn't always |