Re: Patch 8.1.1737

2019-07-24 Fir de Conversatie Tom M
On Tuesday, July 23, 2019 at 11:00:32 PM UTC+2, Bram Moolenaar wrote: > Patch 8.1.1737 > Problem::args command that outputs one line gives more prompt. > Solution: Only output line break if needed. (Daniel Hahler, closes #4715) > Files:src/version.c, src/testdir/test_arglist.vim

Test failure in test_popupwin

2019-07-24 Fir de Conversatie Christian Brabandt
Bram, when running the testsuite, I see the following error for test_popupwin.vim: Screenshot: https://i.imgur.com/1OEnpP5.png 1 FAILED: Found errors in Test_popup_select(): Run 1: function RunTheTest[40]..Test_popup_select[26]..VerifyScreenDump line 55: See dump file difference: call

Re: Test failure in Test_diffmode.vim building 8.1.1735 on Linux powerpc

2019-07-24 Fir de Conversatie Christian Brabandt
On Mi, 24 Jul 2019, Elimar Riesebieter wrote: > * Christian Brabandt [2019-07-24 19:33 +0200]: > > > Can you share the actual failed screendump file? > > > > > Am 24.07.2019 um 15:27 schrieb Elimar Riesebieter : > > > > > > * Bram Moolenaar [2019-07-24 15:00 +0200]: > > > > > >> > > >>

Re: script stopped working

2019-07-24 Fir de Conversatie tooth pik
it still hangs for me and requires i kill the vim process looking at the vim --version output i see the last line of features has six features, and all other lines have four -- the last two, +mouse_sgr and -tag_old_static, would not be at the end if the features were sorted i still maintain the

Re: Test failure in Test_diffmode.vim building 8.1.1735 on Linux powerpc

2019-07-24 Fir de Conversatie Elimar Riesebieter
* Christian Brabandt [2019-07-24 19:33 +0200]: > Can you share the actual failed screendump file? > > > Am 24.07.2019 um 15:27 schrieb Elimar Riesebieter : > > > > * Bram Moolenaar [2019-07-24 15:00 +0200]: > > > >> > >> Elimar Riesebieter wrote: > >> > >>> I get test failures as follows:

Patch 8.1.1746

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1746 Problem:":dl" is seen as ":dlist" instead of ":delete". Solution: Do not use cmdidxs2[] if the length is 1. (closes #4721) Files: src/ex_docmd.c, src/testdir/test_excmd.vim, src/testdir/Make_all.mak *** ../vim-8.1.1745/src/ex_docmd.c 2019-07-24

Re: Test failure in Test_diffmode.vim building 8.1.1735 on Linux powerpc

2019-07-24 Fir de Conversatie Christian Brabandt
Can you share the actual failed screendump file? > Am 24.07.2019 um 15:27 schrieb Elimar Riesebieter : > > * Bram Moolenaar [2019-07-24 15:00 +0200]: > >> >> Elimar Riesebieter wrote: >> >>> I get test failures as follows: >>> >>> Failures: >>>From test_diffmode.vim: >>>Found

Patch 8.1.1745

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1745 Problem:Compiler warning for unused argument. Solution: Add UNUSED. Change comments to new style. Files: src/highlight.c *** ../vim-8.1.1744/src/highlight.c 2019-07-24 18:13:12.075723420 +0200 --- src/highlight.c 2019-07-24 18:57:44.670191808 +0200

Patch 8.1.1744

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1744 Problem:Build error without the conceal feature. Solution: Define variables also without the conceal feature. Files: src/screen.c *** ../vim-8.1.1743/src/screen.c2019-07-24 18:13:12.075723420 +0200 --- src/screen.c2019-07-24 18:42:22.160193552 +0200

Patch 8.1.1743

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1743 Problem:'hlsearch' and match highlighting in the wrong place. Solution: Move highlighting from inside screen functions to highlight.c. Files: src/screen.c, src/highlight.c, src/proto/highlight.pro *** ../vim-8.1.1742/src/screen.c2019-07-21 14:50:15.379092378

Patch 8.1.1742

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1742 Problem:Still some match functions in evalfunc.c. Solution: Move them to highlight.c. Files: src/evalfunc.c, src/highlight.c, src/proto/highlight.pro, src/ex_docmd.c *** ../vim-8.1.1741/src/evalfunc.c 2019-07-24 14:59:42.267465100 +0200 ---

Patch 8.1.1741

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1741 Problem:Cleared/added match highlighting not updated in other window. (Andi Massimino) Solution: Mark the right window for refresh. Files: src/highlight.c, src/testdir/test_match.vim, src/testdir/dumps/Test_matchclear_1.dump,

Re: Test failure in Test_diffmode.vim building 8.1.1735 on Linux powerpc

2019-07-24 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar [2019-07-24 15:00 +0200]: > > Elimar Riesebieter wrote: > > > I get test failures as follows: > > > > Failures: > > From test_diffmode.vim: > > Found errors in Test_diff_screen(): > > Run 1: > > function > >

Patch 8.1.1740

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1740 Problem:Exepath() doesn't work for "bin/cat". Solution: Check for any path separator. (Daniel Hahler, closes #4724, closes #4710) Files: src/evalfunc.c, src/os_unix.c, src/testdir/test_functions.vim *** ../vim-8.1.1739/src/evalfunc.c 2019-07-22

Re: Test failure in Test_diffmode.vim building 8.1.1735 on Linux powerpc

2019-07-24 Fir de Conversatie Bram Moolenaar
Elimar Riesebieter wrote: > I get test failures as follows: > > Failures: > From test_diffmode.vim: > Found errors in Test_diff_screen(): > Run 1: > function > RunTheTest[40]..Test_diff_screen[95]..VerifyBoth[4]..VerifyScreenDump line > 55: external: See dump file

Patch 8.1.1739

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1739 Problem:Deleted match highlighting not updated in other window. Solution: Mark the window for refresh. (closes #4720) Also fix that ambi-width check clears with wrong attributes. Files: src/term.c, src/highlight.c, src/testdir/test_match.vim,

Test failure in Test_diffmode.vim building 8.1.1735 on Linux powerpc

2019-07-24 Fir de Conversatie Elimar Riesebieter
I get test failures as follows: Failures: From test_diffmode.vim: Found errors in Test_diff_screen(): Run 1: function RunTheTest[40]..Test_diff_screen[95]..VerifyBoth[4]..VerifyScreenDump line 55: external: See dump file difference: call

Re: [vim/vim] Enable GVIM to natively run in Wayland (#4727)

2019-07-24 Fir de Conversatie Christian Brabandt
Note, this is a community project. That means we don't have to do what you or anybody else demands. However, if you really want that, well, now that is your chance to contribute to a wellknown open source project ...  > Am 24.07.2019 um 13:36 schrieb varshitgithub (Vim Github Repository) > :

Patch 8.1.1738

2019-07-24 Fir de Conversatie Bram Moolenaar
Patch 8.1.1738 Problem:Testing lambda with timer is slow. Solution: Do not test timer accuracy, only that it works. (Daniel Hahler, closes #4723) Files: src/testdir/test_lambda.vim *** ../vim-8.1.1737/src/testdir/test_lambda.vim 2019-01-13 15:15:54.388762907 +0100 ---

Re: script stopped working

2019-07-24 Fir de Conversatie Bram Moolenaar
> i had this cute bash script to display a nicely formatted version in > konsole and it > just stopped working > > after the shebang it reads > > vim --cmd ':version | :q' > > before today it worked beautifully -- today it hangs and won't release control > until i kill the vim process Works

version display horked

2019-07-24 Fir de Conversatie tooth pik
looking at my broken script and wondering why it stopped working i noticed the version display is bolixed whether i run it inside a vim session or from the command line the script i've been playing around with on the side triggers the end of features when it encounters a line that matches '^

script stopped working

2019-07-24 Fir de Conversatie tooth pik
i had this cute bash script to display a nicely formatted version in konsole and it just stopped working after the shebang it reads vim --cmd ':version | :q' before today it worked beautifully -- today it hangs and won't release control until i kill the vim process -- -- You received this