comparison runtime/doc/repeat.txt @ 22565:17c4178f26ea

Update runtime files. Commit: https://github.com/vim/vim/commit/4f4d51a942cc2c6b3e936ee0f93f00c2d000065c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 11 13:57:40 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 14:00:05 +0200
parents 0db0640e16e0
children 15fa3923cc49
comparison
equal deleted inserted replaced
22564:2e79e579dd52 22565:17c4178f26ea
1 *repeat.txt* For Vim version 8.2. Last change: 2020 Aug 15 1 *repeat.txt* For Vim version 8.2. Last change: 2020 Oct 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
269 When the optional ! is added no plugin files or 269 When the optional ! is added no plugin files or
270 ftdetect scripts are loaded, only the matching 270 ftdetect scripts are loaded, only the matching
271 directories are added to 'runtimepath'. This is 271 directories are added to 'runtimepath'. This is
272 useful in your .vimrc. The plugins will then be 272 useful in your .vimrc. The plugins will then be
273 loaded during initialization, see |load-plugins|. 273 loaded during initialization, see |load-plugins|.
274 Note that for ftdetect scripts to be loaded
275 you will need to write `filetype plugin indent on`
276 AFTER all `packadd!` commands.
274 277
275 Also see |pack-add|. 278 Also see |pack-add|.
276 {only available when compiled with |+eval|} 279 {only available when compiled with |+eval|}
277 280
278 *:packl* *:packloadall* 281 *:packl* *:packloadall*