Patch 8.1.0968

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0968 Problem:Crash when using search pattern \%Ufc23. Solution: Limit character to INT_MAX. (closes #4009) Files: src/regexp_nfa.c, src/testdir/test_search.vim *** ../vim-8.1.0967/src/regexp_nfa.c2019-02-20 22:04:28.819721333 +0100 --- src/regexp_nfa.c2019-02-21

Patch 8.1.0967

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0967 Problem:Stray dependency in test Makefile. Solution: Remove it. (Masato Nishihata, closes #4018) Files: src/testdir/Makefile *** ../vim-8.1.0966/src/testdir/Makefile2019-01-11 19:19:40.685585822 +0100 --- src/testdir/Makefile2019-02-21 21:49:05.9322969

Re: Does mingw build still work?

2019-02-21 Fir de Conversatie John Marriott
On 18-Feb-2019 15:45, Ben Fritz wrote: Thanks for the help! I had tried using that mingw download and had trouble, but it turns out my trouble was because the automatic ARCH detection fails (sed commands don't seem designed for running a cmd.exe shell, even after manually downloading a sed bi

Patch 8.1.0966

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0966 Problem:One terminal test is flaky. Solution: Add to list of flaky tests. Files: src/testdir/runtest.vim *** ../vim-8.1.0965/src/testdir/runtest.vim 2019-02-10 23:04:07.111243690 +0100 --- src/testdir/runtest.vim 2019-02-21 18:15:47.999856593 +0100 ***

Patch 8.1.0965

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0965 Problem:Search test fails. Solution: Wait a bit longer for the 'ambiwidth' redraw. Files: src/testdir/test_search.vim, src/testdir/dumps/Test_incsearch_change_01.dump *** ../vim-8.1.0964/src/testdir/test_search.vim 2019-02-21 16:21:16.369816652 +0100 --- s

Patch 8.1.0964

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0964 Problem:Cannot see in CI why a screenshot test failed. Solution: Add info about the failure. Files: src/testdir/screendump.vim *** ../vim-8.1.0963/src/testdir/screendump.vim 2019-01-27 16:55:44.276707556 +0100 --- src/testdir/screendump.vim 2019-02-21 16:58:24.22544

Patch 8.1.0963

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0963 Problem:Illegal memory access when using 'incsearch'. Solution: Reset highlight_match when changing text. (closes #4022) Files: src/testdir/test_search.vim, src/misc1.c, src/testdir/dumps/Test_incsearch_change_01.dump *** ../vim-8.1.0962/src/testdir/test_se

Re: Issues in vim 8.1, patches 1-897

2019-02-21 Fir de Conversatie Christian Brabandt
On Do, 21 Feb 2019, Bram Moolenaar wrote: > > > After finally upgrading for the first time in 9 or so years, I notice just > > a couple of minor issues: > > > > * When files have been changed externally, and vim regains focus, it still > > only asks whether to load or ignore them one at a time

Patch 8.1.0962

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0962 Problem:Building with MinGW and static libs doesn't work. (Salman Halim) Solution: Add -lgcc. (Ken Takata) Files: src/Make_cyg_ming.mak *** ../vim-8.1.0961/src/Make_cyg_ming.mak 2019-02-18 21:41:34.477750367 +0100 --- src/Make_cyg_ming.mak 2019-02-21 13:31

Re: Issues in vim 8.1, patches 1-897

2019-02-21 Fir de Conversatie Bram Moolenaar
> After finally upgrading for the first time in 9 or so years, I notice just > a couple of minor issues: > > * When files have been changed externally, and vim regains focus, it still > only asks whether to load or ignore them one at a time. I often have lots > of changes at once, eg I switch t

Patch 8.1.0961

2019-02-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.0961 (after 8.1.0957) Problem:Mac: fsync may fail sometimes. Solution: Do not check errno. (Yee Cheng Chin, closes #4025) Files: src/fileio.c *** ../vim-8.1.0960/src/fileio.c2019-02-20 20:36:55.741352867 +0100 --- src/fileio.c2019-02-21 12:12:58.205743165 +0

Issues in vim 8.1, patches 1-897

2019-02-21 Fir de Conversatie Robert Webb
After finally upgrading for the first time in 9 or so years, I notice just a couple of minor issues: * When files have been changed externally, and vim regains focus, it still only asks whether to load or ignore them one at a time. I often have lots of changes at once, eg I switch to another bran