comparison runtime/doc/various.txt @ 25729:0f93e9423890 v8.2.3400

patch 8.2.3400: ":z!" is not supported Commit: https://github.com/vim/vim/commit/7f2dd1e90c1d4a30c791fae20014594641769a1e Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Sep 4 13:44:01 2021 +0200 patch 8.2.3400: ":z!" is not supported Problem: ":z!" is not supported. Solution: Make ":z!" work and add tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/8836) Use display height instead of current window height.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Sep 2021 13:45:03 +0200
parents 7e9e53a0368f
children 11b656e74444
comparison
equal deleted inserted replaced
25728:7865a20c6ed3 25729:0f93e9423890
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 :[range]z#[+-^.=][count] *:z#* 173 *:z!
174 Like ":z", but number the lines. 174 :[range]z![+-^.=][count]
175 Like ":z:", but when [count] is not specified, it
176 defaults to the Vim window height minus one.
177
178 :[range]z[!]#[+-^.=][count] *:z#*
179 Like ":z" or ":z!", but number the lines.
175 180
176 *:=* 181 *:=*
177 := [flags] Print the last line number. 182 := [flags] Print the last line number.
178 See |ex-flags| for [flags]. 183 See |ex-flags| for [flags].
179 184
416 *+multi_byte_ime* Win32 input method for multibyte chars |multibyte-ime| 421 *+multi_byte_ime* Win32 input method for multibyte chars |multibyte-ime|
417 N *+multi_lang* non-English language support |multi-lang| 422 N *+multi_lang* non-English language support |multi-lang|
418 m *+mzscheme* Mzscheme interface |mzscheme| 423 m *+mzscheme* Mzscheme interface |mzscheme|
419 m *+mzscheme/dyn* Mzscheme interface |mzscheme-dynamic| |/dyn| 424 m *+mzscheme/dyn* Mzscheme interface |mzscheme-dynamic| |/dyn|
420 m *+netbeans_intg* |netbeans| 425 m *+netbeans_intg* |netbeans|
421 *+num64* 64-bit Number support |Number| 426 *+num64* 64-bit Number support |Number|
422 Always enabled since 8.2.0271, use v:numbersize to 427 Always enabled since 8.2.0271, use v:numbersize to
423 check the actual size of a Number. 428 check the actual size of a Number.
424 m *+ole* Win32 GUI only: |ole-interface| 429 m *+ole* Win32 GUI only: |ole-interface|
425 N *+packages* Loading |packages| 430 N *+packages* Loading |packages|
426 N *+path_extra* Up/downwards search in 'path' and 'tags' 431 N *+path_extra* Up/downwards search in 'path' and 'tags'