comparison runtime/doc/version8.txt @ 20856:83cfa1ef1bf2

Update runtime files Commit: https://github.com/vim/vim/commit/65e0d77a66b7e50beb562ad554ace46c32ef8f0f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 14 17:29:55 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jun 2020 17:45:04 +0200
parents 51bc26d4a393
children 0db0640e16e0
comparison
equal deleted inserted replaced
20855:6390b8b611fb 20856:83cfa1ef1bf2
1 *version8.txt* For Vim version 8.2. Last change: 2020 Feb 04 1 *version8.txt* For Vim version 8.2. Last change: 2020 Jun 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
30775 Crowe) 30775 Crowe)
30776 Solution: Use a double quoted string. Add a test. 30776 Solution: Use a double quoted string. Add a test.
30777 Files: src/ex_docmd.c, src/testdir/test_mksession.vim 30777 Files: src/ex_docmd.c, src/testdir/test_mksession.vim
30778 30778
30779 Patch 8.1.0804 30779 Patch 8.1.0804
30780 Problem: Crash when setting v:errmsg to empty list. (Jaon Franklin) 30780 Problem: Crash when setting v:errmsg to empty list. (Jason Franklin)
30781 Solution: Separate getting value and assigning result. 30781 Solution: Separate getting value and assigning result.
30782 Files: src/eval.c, src/testdir/test_eval_stuff.vim 30782 Files: src/eval.c, src/testdir/test_eval_stuff.vim
30783 30783
30784 Patch 8.1.0805 30784 Patch 8.1.0805
30785 Problem: Too many #ifdefs. 30785 Problem: Too many #ifdefs.
33682 Problem: Missing change for "combine" field. 33682 Problem: Missing change for "combine" field.
33683 Solution: Also change the textprop implementation. 33683 Solution: Also change the textprop implementation.
33684 Files: src/textprop.c 33684 Files: src/textprop.c
33685 33685
33686 Patch 8.1.1279 33686 Patch 8.1.1279
33687 Problem: Cannot set 'spellang' to "sr@latin". (Bojan Stipic) 33687 Problem: Cannot set 'spelllang' to "sr@latin". (Bojan Stipic)
33688 Solution: Allow using '@' in 'spellang'. (closes #4342) 33688 Solution: Allow using '@' in 'spelllang'. (closes #4342)
33689 Files: src/option.c, src/testdir/gen_opt_test.vim 33689 Files: src/option.c, src/testdir/gen_opt_test.vim
33690 33690
33691 Patch 8.1.1280 33691 Patch 8.1.1280
33692 Problem: Remarks about functionality not in Vi clutters the help. 33692 Problem: Remarks about functionality not in Vi clutters the help.
33693 Solution: Move all info about what is new in Vim or already existed in Vi to 33693 Solution: Move all info about what is new in Vim or already existed in Vi to