comparison runtime/doc/repeat.txt @ 29236:0eef32b4ebbc

Update runtime files Commit: https://github.com/vim/vim/commit/d799daa660b8821943cbe1682f00da9e812dd48c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 20 11:17:32 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jun 2022 12:30:06 +0200
parents 6dd88e45d47d
children f8116058ca76
comparison
equal deleted inserted replaced
29235:fbcbc953c2ec 29236:0eef32b4ebbc
1 *repeat.txt* For Vim version 8.2. Last change: 2022 Apr 08 1 *repeat.txt* For Vim version 8.2. Last change: 2022 Jun 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
195 195
196 *:so* *:source* *load-vim-script* 196 *:so* *:source* *load-vim-script*
197 :so[urce] {file} Read Ex commands from {file}. These are commands that 197 :so[urce] {file} Read Ex commands from {file}. These are commands that
198 start with a ":". 198 start with a ":".
199 Triggers the |SourcePre| autocommand. 199 Triggers the |SourcePre| autocommand.
200 200 *:source-range*
201 :[range]so[urce] [++clear] 201 :[range]so[urce] [++clear]
202 Read Ex commands from the [range] of lines in the 202 Read Ex commands from the [range] of lines in the
203 current buffer. 203 current buffer.
204 204
205 When sourcing commands from the current buffer, the 205 When sourcing commands from the current buffer, the