Patch 8.2.4922 (after 8.2.4916)
Problem:Mouse test fails on MS-Windows.
Solution: Set 'mousemodel' to "extend".
Files: src/testdir/test_edit.vim
*** ../vim-8.2.4921/src/testdir/test_edit.vim 2022-05-08 20:38:03.068550496
+0100
--- src/testdir/test_edit.vim 2022-05-08 22:47:24.35
Patch 8.2.4921
Problem:Spell test fails because of new illegal byte check.
Solution: Remove the test.
Files: src/testdir/test_spell.vim
*** ../vim-8.2.4920/src/testdir/test_spell.vim 2022-03-22 21:14:51.756456002
+
--- src/testdir/test_spell.vim 2022-05-08 22:42:35.531044103 +
Patch 8.2.4920 (after 8.2.4902)
Problem:MS-Windows GUI: unused variables.
Solution: Delete the variables. (John Marriott)
Files: src/gui_w32.c
*** ../vim-8.2.4919/src/gui_w32.c 2022-05-07 20:01:10.058731693 +0100
--- src/gui_w32.c 2022-05-08 22:36:06.019377185 +0100
*
John Marriott wrote:
> On 07-May-2022 21:26, Bram Moolenaar wrote:
> > Patch 8.2.4902
> > Problem:Mouse wheel scrolling is inconsistent.
> > Solution: Use the MS-Winows system setting. (closes #10368)
> > Files: runtime/doc/scroll.txt, src/gui_w32.c, src/mouse.c,
> > src/
Patch 8.2.4919
Problem:Can add invalid bytes with :spellgood.
Solution: Check for a valid word string.
Files: src/mbyte.c, src/spellfile.c, src/errors.h,
src/testdir/test_spell_utf8.vim
*** ../vim-8.2.4918/src/mbyte.c 2022-04-11 15:28:45.824940910 +0100
--- src/mbyte.c 20
On 07-May-2022 21:26, Bram Moolenaar wrote:
Patch 8.2.4902
Problem:Mouse wheel scrolling is inconsistent.
Solution: Use the MS-Winows system setting. (closes #10368)
Files: runtime/doc/scroll.txt, src/gui_w32.c, src/mouse.c,
src/proto/mouse.pro, src/testing.c, src/testdir
Patch 8.2.4918
Problem:Conceal character from matchadd() displayed too many times.
Solution: Check the syntax flag. (closes #10381, closes #7268)
Files: src/drawline.c, src/testdir/test_matchadd_conceal.vim
*** ../vim-8.2.4917/src/drawline.c 2022-05-07 20:01:10.050731702 +0100
-
Patch 8.2.4917
Problem:Fuzzy expansion of option names is not right.
Solution: Pass the fuzzy flag down the call chain. (Christian Brabandt,
closes #10380, closes #10318)
Files: src/cmdexpand.c, src/option.c, src/proto/option.pro,
src/testdir/test_options.vim
Patch 8.2.4916 (after 8.2.4915)
Problem:Mouse in Insert mode test fails.
Solution: Fix the text and check relevant positions.
Files: src/testdir/test_edit.vim
*** ../vim-8.2.4915/src/testdir/test_edit.vim 2022-05-05 20:46:41.407274630
+0100
--- src/testdir/test_edit.vim 2022-05-
Patch 8.2.4915
Problem:Sometimes the cursor is in the wrong position.
Solution: When the cursor moved to another line, recompute w_botline.
(closes #9736)
Files: src/move.c
*** ../vim-8.2.4914/src/move.c 2022-04-20 14:50:54.910366056 +0100
--- src/move.c 2022-05-08 19:3
Patch 8.2.4914
Problem:String interpolation in :def function may fail.
Solution: Do not terminate the expression. (closes #10377)
Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim
*** ../vim-8.2.4913/src/vim9compile.c 2022-05-07 10:03:23.998384621 +0100
--- src/vim9compile.c
Patch 8.2.4913
Problem:Popup_hide() does not always have effect.
Solution: Add the POPF_HIDDEN_FORCE flag. (closes #10376)
Files: src/popupwin.c, src/vim.h, src/testdir/test_popupwin.vim,
src/testdir/dumps/Test_popup_prop_not_visible_01a.dump,
src/testdir/dumps/
12 matches
Mail list logo