Patch 9.0.1384

2023-03-05 Fir de Conversatie Bram Moolenaar
Patch 9.0.1384 Problem:Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008) Files: .github/workflows/ci.yml *** ../vim-9.0.1383/.github/workflows/ci.yml2023-02-06 20:22:44.461678819

Patch 9.0.1383

2023-03-05 Fir de Conversatie Bram Moolenaar
Patch 9.0.1383 Problem:xxd: combination of little endian and cols fails. (Aapo Rantalainen) Solution: Round up the space taken by the hex output. (closes #12097) Files: src/xxd/xxd.c, src/testdir/test_xxd.vim *** ../vim-9.0.1382/src/xxd/xxd.c 2022-09-06

Patch 9.0.1382

2023-03-05 Fir de Conversatie Bram Moolenaar
Patch 9.0.1382 Problem:Failing test for strptime() doesn't show returned value. Solution: Use assert_equal() instead of assert_true(). Files: src/testdir/test_vim9_builtin.vim *** ../vim-9.0.1381/src/testdir/test_vim9_builtin.vim 2023-01-15 18:17:08.789655225 + ---

Re: [vim/vim] Decrementing 2**64 gives wrong result (Issue #12103)

2023-03-05 Fir de Conversatie Marvin Renich
* Bram Moolenaar [230304 15:47]: > > > ### Steps to reproduce > > > > Create a buffer with the number `18446744073709551616`. > > Press `Ctrl-x` with the cursor on the number. > > Number is changed to `18446744073709551614`. > > > > ### Expected behaviour > > > > Number is changed to

Patch 9.0.1381

2023-03-05 Fir de Conversatie Bram Moolenaar
Patch 9.0.1381 Problem:ACCESS_ names have a conflict with on some systems. Solution: Rename by prepending VIM_. (Ola Söder, closes #12105) Files: src/structs.h, src/eval.c, src/vim9class.c, src/fileio.c *** ../vim-9.0.1380/src/structs.h 2023-03-03 12:26:11.553759303 + ---