Re: [vim/vim] Untranslated strings in the append_arg_number() function of the buffer.c file (Issue #12429)

2023-05-23 Fir de Conversatie Bram Moolenaar
> On Tue, May 23, 2023 at 7:00 PM Bram Moolenaar > wrote: > > > For translations it is generally not a good idea to split up a text in > > parts and translate each part separately. > > It would also stop them from changing the word order for different > translations. > > While you are looking

Re: Same number different colors for ctermbg and ctermfg

2023-05-23 Fir de Conversatie Enan Ajmain
On Fri, 5 May 2023 22:18:07 +0600 Enan Ajmain <3nan.ajm...@gmail.com> wrote: > On Fri, 05 May 2023 16:28:27 +0100 > Bram Moolenaar wrote: > > It's much more complicated than that. E.g. search for "cterm_ansi_idx" > > in src/term.c, this is used specifically for MS-Windows. Thus if you > > use an

Re: [vim/vim] Untranslated strings in the append_arg_number() function of the buffer.c file (Issue #12429)

2023-05-23 Fir de Conversatie Christ van Willegen
On Tue, May 23, 2023 at 7:00 PM Bram Moolenaar wrote: > For translations it is generally not a good idea to split up a text in > parts and translate each part separately. It would also stop them from changing the word order for different translations. While you are looking at translations, cou

Patch 9.0.1575

2023-05-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.1575 Problem:"file N of M" message is not translated. Solution: Make argument count message translatable. (close #12429) Files: src/buffer.c *** ../vim-9.0.1574/src/buffer.c2023-05-20 14:06:56.669542805 +0100 --- src/buffer.c2023-05-23 17:56:41.331542365 +01

Patch 9.0.1574

2023-05-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.1574 Problem:MS-Windows: list of translation input files incomplete. Solution: Move the list of files to a common file. (closes #12426) Files: src/po/Makefile, src/po/Make_all.mak, src/po/Make_cyg.mak, src/po/Make_ming.mak, src/po/Make_mvc.mak *** ../vim-9.0.157

Patch 9.0.1573

2023-05-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.1573 Problem:Error for function name has wrong line number. Solution: Set the line number before giving the error. Files: src/vim9execute.c, src/testdir/test_vim9_func.vim *** ../vim-9.0.1572/src/vim9execute.c 2023-04-30 18:50:44.571465836 +0100 --- src/vim9execute.c 20