comparison runtime/doc/editing.txt @ 26779:edb7d53fc7e3

Update runtime files Commit: https://github.com/vim/vim/commit/a4d131d11052cafcc5baad2273ef48e0dd4d09c5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 27 21:33:07 2021 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 22:45:03 +0100
parents 2bdcce61a4e4
children 3e661b0cf500
comparison
equal deleted inserted replaced
26778:144f71ba54c0 26779:edb7d53fc7e3
1 *editing.txt* For Vim version 8.2. Last change: 2021 Dec 11 1 *editing.txt* For Vim version 8.2. Last change: 2021 Dec 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1145 :[range]x[it][!] [++opt] [file] 1145 :[range]x[it][!] [++opt] [file]
1146 Like ":wq", but write only when changes have been 1146 Like ":wq", but write only when changes have been
1147 made. 1147 made.
1148 When 'hidden' is set and there are more windows, the 1148 When 'hidden' is set and there are more windows, the
1149 current buffer becomes hidden, after writing the file. 1149 current buffer becomes hidden, after writing the file.
1150 This command is not supported in |Vim9| script,
1151 because it is too easily confused with a variable
1152 name.
1150 1153
1151 *:exi* *:exit* 1154 *:exi* *:exit*
1152 :[range]exi[t][!] [++opt] [file] 1155 :[range]exi[t][!] [++opt] [file]
1153 Same as :xit. 1156 Same as :xit.
1154 1157