comparison runtime/doc/repeat.txt @ 29450:67f31c24291b

Update runtime files Commit: https://github.com/vim/vim/commit/b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 25 15:42:07 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 16:45:06 +0200
parents f8116058ca76
children 6b7020f3d856
comparison
equal deleted inserted replaced
29449:25b27a637e86 29450:67f31c24291b
229 without the "noclear" argument. See |vim9-reload| for 229 without the "noclear" argument. See |vim9-reload| for
230 more information. 230 more information.
231 Examples: > 231 Examples: >
232 :4,5source 232 :4,5source
233 :10,18source ++clear 233 :10,18source ++clear
234 234 <
235 *:source!* 235 *:source!*
236 :so[urce]! {file} Read Vim commands from {file}. These are commands 236 :so[urce]! {file} Read Vim commands from {file}. These are commands
237 that are executed from Normal mode, like you type 237 that are executed from Normal mode, like you type
238 them. 238 them.
239 When used after |:global|, |:argdo|, |:windo|, 239 When used after |:global|, |:argdo|, |:windo|,