comparison runtime/doc/various.txt @ 28010:c968191a8557

Update runtime files Commit: https://github.com/vim/vim/commit/1588bc8ebee22f2855f27273fc2234fff370f86c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 8 21:35:07 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Mar 2022 22:45:09 +0100
parents d19b7aee1925
children 6dd88e45d47d
comparison
equal deleted inserted replaced
28009:3bffa026c6d9 28010:c968191a8557
1 *various.txt* For Vim version 8.2. Last change: 2022 Feb 03 1 *various.txt* For Vim version 8.2. Last change: 2022 Mar 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
112 112
113 *:P* *:Print* 113 *:P* *:Print*
114 :[range]P[rint] [count] [flags] 114 :[range]P[rint] [count] [flags]
115 Just as ":print". Was apparently added to Vi for 115 Just as ":print". Was apparently added to Vi for
116 people that keep the shift key pressed too long... 116 people that keep the shift key pressed too long...
117 This command is not supported in |Vim9| script.
117 Note: A user command can overrule this command. 118 Note: A user command can overrule this command.
118 See |ex-flags| for [flags]. 119 See |ex-flags| for [flags].
119 120
120 *:l* *:list* 121 *:l* *:list*
121 :[range]l[ist] [count] [flags] 122 :[range]l[ist] [count] [flags]