comparison runtime/doc/repeat.txt @ 13437:02b3f719eacb

Update runtime files. commit https://github.com/vim/vim/commit/b5b7562475ad032a174b893286172de0d2c157cd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 9 22:22:21 2018 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Mar 2018 22:30:06 +0100
parents acd7eaa13d2b
children 1174611ad715
comparison
equal deleted inserted replaced
13436:698a757ec8ec 13437:02b3f719eacb
1 *repeat.txt* For Vim version 8.0. Last change: 2018 Feb 11 1 *repeat.txt* For Vim version 8.0. Last change: 2018 Mar 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
263 directories are added to 'runtimepath'. This is 263 directories are added to 'runtimepath'. This is
264 useful in your .vimrc. The plugins will then be 264 useful in your .vimrc. The plugins will then be
265 loaded during initialization, see |load-plugins|. 265 loaded during initialization, see |load-plugins|.
266 266
267 Also see |pack-add|. 267 Also see |pack-add|.
268 {only available when compiled with +eval}
268 269
269 *:packl* *:packloadall* 270 *:packl* *:packloadall*
270 :packl[oadall][!] Load all packages in the "start" directory under each 271 :packl[oadall][!] Load all packages in the "start" directory under each
271 entry in 'packpath'. 272 entry in 'packpath'.
272 273
286 this command will load packages even when done before. 287 this command will load packages even when done before.
287 288
288 An error only causes sourcing the script where it 289 An error only causes sourcing the script where it
289 happens to be aborted, further plugins will be loaded. 290 happens to be aborted, further plugins will be loaded.
290 See |packages|. 291 See |packages|.
292 {only available when compiled with +eval}
291 293
292 :scripte[ncoding] [encoding] *:scripte* *:scriptencoding* *E167* 294 :scripte[ncoding] [encoding] *:scripte* *:scriptencoding* *E167*
293 Specify the character encoding used in the script. 295 Specify the character encoding used in the script.
294 The following lines will be converted from [encoding] 296 The following lines will be converted from [encoding]
295 to the value of the 'encoding' option, if they are 297 to the value of the 'encoding' option, if they are