Re: Commit: patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english

2024-04-17 Fir de Conversatie Christian Brabandt
On Mi, 17 Apr 2024, shane qian wrote: > the ticket description is the description, not the ticket title, please check > that. I am not near my PC, otherwise I should would be glad to spell out to > you. That description is a link to comment: "fix: #14312 (comment)" in another issue which was

Re: Commit: patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english

2024-04-17 Fir de Conversatie Christian Brabandt
On Mi, 17 Apr 2024, shane.qian wrote: > this patch is wrong, `helplang` it was just I brought it to filter > tagfiles, fail was not when 'helplang' contains non-english, it was > fail when it is 'en' too. Why would it fail when helplang=en. Vim should then only load a single tagfile, no? I

Re: Commit: patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english

2024-04-17 Fir de Conversatie Christian Brabandt
On Mi, 17 Apr 2024, shane qian wrote: > the `clear` problem is in the ticket description: a comment link, which was > someone described or complained in another ticket. > seems you did not check that carefully, the problem is there not only 1 tag > file. How is this: "fix: count tag files on

Re: Commit: patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english

2024-04-17 Fir de Conversatie shane qian
the `clear` problem is in the ticket description: a comment link, which was someone described or complained in another ticket. seems you did not check that carefully, the problem is there not only 1 tag file. -- shane.xb.qian -- -- You received this message from the "vim_dev" maillist. Do

Re: Commit: patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english

2024-04-17 Fir de Conversatie shane qian
the ticket description is the description, not the ticket title, please check that. I am not near my PC, otherwise I should would be glad to spell out to you. -- shane.xb.qian -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are

Re: Commit: patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english

2024-04-17 Fir de Conversatie shane qian
ok, whatever, it's not my problem or it was not an issue I made it, so you can choose the way whatever you like. if there suggestion: 1, my workaround perhaps was better, whatever there were tags-ru, and/or tags-de, etc, it should be no err or no block from that test. 2, to real solution, I may

Commit: patch 9.1.0343: 'showcmd' wrong for partial mapping with multibyte

2024-04-17 Fir de Conversatie Christian Brabandt
patch 9.1.0343: 'showcmd' wrong for partial mapping with multibyte Commit: https://github.com/vim/vim/commit/acdfb8a97995e0f81832207e39564ba795281108 Author: zeertzjq Date: Wed Apr 17 21:28:54 2024 +0200 patch 9.1.0343: 'showcmd' wrong for partial mapping with multibyte Problem:

Commit: patch 9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOME

2024-04-17 Fir de Conversatie Christian Brabandt
patch 9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOME Commit: https://github.com/vim/vim/commit/a34ba821076476a68e0e579723d68e896f771ba6 Author: Maxim Kim Date: Wed Apr 17 22:29:06 2024 +0200 patch 9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOME Problem:

Commit: patch 9.1.0346: Patch v9.1.0338 fixed sourcing a script with import

2024-04-17 Fir de Conversatie Christian Brabandt
patch 9.1.0346: Patch v9.1.0338 fixed sourcing a script with import Commit: https://github.com/vim/vim/commit/1433ac93eb3acf28c55f0c4d775716ebee543160 Author: Ernie Rael Date: Wed Apr 17 22:36:32 2024 +0200 patch 9.1.0346: Patch v9.1.0338 fixed sourcing a script with import

Test on

2024-04-17 Fir de Conversatie Ernie Rael
There's a test failure on window, but not on Linux or MacOS, related to a PR I opened. Failures:     From test_vim9_import.vim:     Found errors in Test_autoload_import_relative_compiled():     Caught exception in Test_autoload_import_relative_compiled(): Vim(import):E282: Cannot read from

Re: Test on

2024-04-17 Fir de Conversatie Ernie Rael
On 24/04/17 4:17 PM, Ernie Rael wrote: There's a test failure on window, but not on Linux or MacOS, related to a PR I opened. Failures:     From test_vim9_import.vim:     Found errors in Test_autoload_import_relative_compiled():     Caught exception in

Commit: patch 9.1.0344: Cursor wrong after using setcellwidth() in terminal

2024-04-17 Fir de Conversatie Christian Brabandt
patch 9.1.0344: Cursor wrong after using setcellwidth() in terminal Commit: https://github.com/vim/vim/commit/e20fa59903525e15cecd680a2f32ece8a5d1bc0c Author: mikoto2000 Date: Wed Apr 17 22:06:54 2024 +0200 patch 9.1.0344: Cursor wrong after using setcellwidth() in terminal