comparison runtime/doc/editing.txt @ 23573:e2e2cc5d0856

Update runtime files. Commit: https://github.com/vim/vim/commit/82be4849eed0b8fbee45bc8da99b685ec89af59a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 11 19:40:15 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Jan 2021 19:45:05 +0100
parents fab58304f77d
children 5c98ea5f5d6e
comparison
equal deleted inserted replaced
23572:b35e568d74e6 23573:e2e2cc5d0856
1 *editing.txt* For Vim version 8.2. Last change: 2020 Dec 19 1 *editing.txt* For Vim version 8.2. Last change: 2021 Jan 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1012 If the creation of a backup file fails, the write is not done. If you want 1012 If the creation of a backup file fails, the write is not done. If you want
1013 to write anyway add a '!' to the command. 1013 to write anyway add a '!' to the command.
1014 1014
1015 *write-permissions* 1015 *write-permissions*
1016 When writing a new file the permissions are read-write. For unix the mask is 1016 When writing a new file the permissions are read-write. For unix the mask is
1017 0666 with additionally umask applied. When writing a file that was read Vim 1017 0o666 with additionally umask applied. When writing a file that was read Vim
1018 will preserve the permissions, but clear the s-bit. 1018 will preserve the permissions, but clear the s-bit.
1019 1019
1020 *write-readonly* 1020 *write-readonly*
1021 When the 'cpoptions' option contains 'W', Vim will refuse to overwrite a 1021 When the 'cpoptions' option contains 'W', Vim will refuse to overwrite a
1022 readonly file. When 'W' is not present, ":w!" will overwrite a readonly file, 1022 readonly file. When 'W' is not present, ":w!" will overwrite a readonly file,