comparison runtime/doc/version6.txt @ 28379:6dd88e45d47d

Update runtime files Commit: https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 8 17:45:08 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Apr 2022 19:00:04 +0200
parents d4faa2c5211b
children f8116058ca76
comparison
equal deleted inserted replaced
28378:b8d39e361293 28379:6dd88e45d47d
1 *version6.txt* For Vim version 8.2. Last change: 2021 Apr 05 1 *version6.txt* For Vim version 8.2. Last change: 2022 Apr 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
12445 Solution: Make sure ".out" files are deleted when they get in the way. Add 12445 Solution: Make sure ".out" files are deleted when they get in the way. Add
12446 a "test" target to the Borland C Makefile. 12446 a "test" target to the Borland C Makefile.
12447 Files: src/Make_bc5.mak, src/testdir/Make_dos.mak 12447 Files: src/Make_bc5.mak, src/testdir/Make_dos.mak
12448 12448
12449 Patch 6.2.381 12449 Patch 6.2.381
12450 Problem: Setting 'fileencoding' to a comma separated list (confusing it 12450 Problem: Setting 'fileencoding' to a comma-separated list (confusing it
12451 with 'fileencodings') does not result in an error message. 12451 with 'fileencodings') does not result in an error message.
12452 Setting 'fileencoding' in an empty file marks it as modified. 12452 Setting 'fileencoding' in an empty file marks it as modified.
12453 There is no "+" in the title after setting 'fileencoding'. 12453 There is no "+" in the title after setting 'fileencoding'.
12454 Solution: Check for a comma in 'fileencoding'. Only consider a non-empty 12454 Solution: Check for a comma in 'fileencoding'. Only consider a non-empty
12455 file modified by changing 'fileencoding'. Update the title after 12455 file modified by changing 'fileencoding'. Update the title after