Re: need to back out updates

2022-09-15 Fir de Conversatie Maxim Kim
On 16/09/2022 01:44, tooth pik wrote: please -- i need a working editor the last version of vim i had that worked was Patch 9.0.0469 -- updates to 9.0.0475 leave me with a vim that bombs so bad it breaks the X11/KDE/bash shell it's running in can someone tell me the git commands to back my

Re: At patch level 9.0.471: Segmentation fault at startup

2022-09-15 Fir de Conversatie Maxim Kim
Got the same with # make distclean ./configure --with-features=huge --enable-gui=gtk3 --enable-python3interp sudo make install Starts fine with vim -Nu NONE On 15/09/2022 22:37, Tony Mechelynck wrote: The problem disappears after "make reconfig". Library discrepancy between "recently changed

need to back out updates

2022-09-15 Fir de Conversatie tooth pik
please -- i need a working editor the last version of vim i had that worked was Patch 9.0.0469 -- updates to 9.0.0475 leave me with a vim that bombs so bad it breaks the X11/KDE/bash shell it's running in can someone tell me the git commands to back my source level to 9.0.0469 so i can have an ed

caught deadly signal SEGV

2022-09-15 Fir de Conversatie tooth pik
i tried a myconfig but it still bombs immediately -- both vim and gvim this is on Patch 9.0.0475 openSUSE Leap 15.3 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/m

Patch 9.0.0475

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0475 Problem:Not using deferred delete in tests. Solution: Use deferred delete more often. Files: src/testdir/test_vim9_script.vim *** ../vim-9.0.0474/src/testdir/test_vim9_script.vim2022-09-14 00:30:47.081316534 +0100 --- src/testdir/test_vim9_script.vim2022-09-15

Graduating the float feature

2022-09-15 Fir de Conversatie Bram Moolenaar
I have been wondering if there are any systems where the float feature is no present. There is a configure check for the float library functions that Vim uses: d = strtod("1.1", &s); d = fabs(1.11); d = ceil(1.11); d = floor(1.11); d = log10(1.11); d = pow(1.11, 2.22);

Patch 9.0.0474

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0474 (after 9.0.0473) Problem:fullcommand() test failure. Solution: Update function table. Files: src/evalfunc.c *** ../vim-9.0.0473/src/evalfunc.c 2022-09-12 13:35:06.510946769 +0100 --- src/evalfunc.c 2022-09-15 21:38:30.933855398 +0100 *** *** 1853,

Patch 9.0.0473

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0473 Problem:fullcommand() only works for the current script version. Solution: Add an optional argument for the script version. Files: runtime/doc/builtin.txt, src/ex_docmd.c, src/testdir/test_cmdline.vim, src/testdir/test_vim9_builtin.vim *** ../vim-9.0.0472/r

Re: At patch level 9.0.471: Segmentation fault at startup

2022-09-15 Fir de Conversatie Tony Mechelynck
The problem disappears after "make reconfig". Library discrepancy between "recently changed" and "other" modules? (I'm on openSUSE Tumbleweed, a rather "volatile" OS.) Best regards, Tony. On Thu, Sep 15, 2022 at 8:48 PM Tony Mechelynck wrote: > > • I only tested the Big version. > • This happens

At patch level 9.0.471: Segmentation fault at startup

2022-09-15 Fir de Conversatie Tony Mechelynck
• I only tested the Big version. • This happens in both vim and gvim. • With my usual handcoded Session file, it happens immediately in both vim and gvim. • With only my usual vimrc, it happens immediately in gvim; in vim the :info splash screen is displayed, then hitting Space a couple of times gi

Patch 9.0.0471

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0471 Problem:No test for what patch 9.0.0469 fixes. Solution: Add a test. (closes #11140) Files: src/testdir/test_window_cmd.vim *** ../vim-9.0.0470/src/testdir/test_window_cmd.vim 2022-09-14 17:27:33.148117751 +0100 --- src/testdir/test_window_cmd.vim 2022-09-15 1

Patch 9.0.0472

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0472 Problem:Virtual text "below" doesn't show in list mode. Solution: Reset lcs_eol_one when displaying text property. Files: src/drawline.c, src/testdir/test_textprop.vim, src/testdir/dumps/Test_prop_text_with_padding_4.dump *** ../vim-9.0.0471/src/drawline.c

Patch 9.0.0470

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0470 Problem:In a :def function all closures in a loop get the same variables. Solution: When in a loop and a closure refers to a variable declared in the loop, prepare for making a copy of variables for each closure. Files: src/vim9.h, src/vim9cmds.c, src/vim9ins

Patch 9.0.0469

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0469 Problem:Cursor moves if cmdwin is closed when 'splitscroll' is off. Solution: Skip win_fix_cursor if called when cmdwin is open or closing. (Luuk van Baal, closes #11134) Files: src/ex_getln.c, src/globals.h, src/window.c *** ../vim-9.0.0468/src/ex_getln.c

Patch 9.0.0468

2022-09-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.0468 Problem:Exectution stack underflow without the +eval feature. (Dominique Pellé) Solution: Add to execution stack without FEAT_EVAL. (closes #11135) Files: src/scriptfile.c *** ../vim-9.0.0467/src/scriptfile.c2022-08-28 18:52:06.667888932 +0100 --- src/s