comparison runtime/doc/version5.txt @ 22171:d4c7b3e9cd17

Update runtime files. Commit: https://github.com/vim/vim/commit/1c6737b20a5cf71751b180461cea22fc76d8870c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 7 22:18:52 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Sep 2020 22:30:04 +0200
parents bbca88cd13d5
children fab58304f77d
comparison
equal deleted inserted replaced
22170:ac11f9fee87a 22171:d4c7b3e9cd17
1 *version5.txt* For Vim version 8.2. Last change: 2020 Aug 15 1 *version5.txt* For Vim version 8.2. Last change: 2020 Sep 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Welcome to Vim Version 5.0! 6 Welcome to Vim Version 5.0!
4415 Now map <xF4> to <F4>, so that the user can override this. 4415 Now map <xF4> to <F4>, so that the user can override this.
4416 4416
4417 When compiling os_win32.c with MIN_FEAT the apply_autocmds() should not be 4417 When compiling os_win32.c with MIN_FEAT the apply_autocmds() should not be
4418 used. (Aaron) 4418 used. (Aaron)
4419 4419
4420 This autocommand looped forever: ":au FileChangedShell * nested e <afile>" 4420 This autocommand looped forever: ":au FileChangedShell * ++nested e <afile>"
4421 Now FileChangeShell never nests. (Roemer) 4421 Now FileChangeShell never nests. (Roemer)
4422 4422
4423 When evaluating an ":elseif" that was not going to matter anyway, ignore 4423 When evaluating an ":elseif" that was not going to matter anyway, ignore
4424 errors. (Roemer) 4424 errors. (Roemer)
4425 4425