comparison runtime/doc/various.txt @ 25773:11b656e74444

Update runtime files Commit: https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 21:55:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:00:10 +0200
parents 0f93e9423890
children 3b34837f4538
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
1 *various.txt* For Vim version 8.2. Last change: 2021 Mar 23 1 *various.txt* For Vim version 8.2. Last change: 2021 Sep 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
168 168
169 Specifying no mark at all is the same as "+". 169 Specifying no mark at all is the same as "+".
170 If the mark is "=", a line of dashes is printed 170 If the mark is "=", a line of dashes is printed
171 around the current line. 171 around the current line.
172 172
173 *:z! 173 *:z!*
174 :[range]z![+-^.=][count] 174 :[range]z![+-^.=][count]
175 Like ":z:", but when [count] is not specified, it 175 Like ":z:", but when [count] is not specified, it
176 defaults to the Vim window height minus one. 176 defaults to the Vim window height minus one.
177 177
178 :[range]z[!]#[+-^.=][count] *:z#* 178 :[range]z[!]#[+-^.=][count] *:z#*