Re: how to get old versions of vim

2022-08-27 Fir de Conversatie Charles Campbell
Maxim Kim wrote: On 27/08/2022 07:56, Charles Campbell wrote: So, I thought what I'd like to do is to get vim 9.0 back (with no patches) and see if that worked. Then, if the plugin continues to misbehave, then I'd like to get vim 8.0. Once I have a version of vim where the plugin works

Patch 9.0.0292

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0292 (after 9.0.0291) Problem:Test causes another test to fail. Solution: Redraw to remove the popup window Files: src/testdir/test_messages.vim *** ../vim-9.0.0291/src/testdir/test_messages.vim 2022-08-27 22:21:02.185892158 +0100 --- src/testdir/test_messages.vim

Patch 9.0.0291

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0291 Problem:Test failing. Solution: Run test with cmdheight=0 last. Files: src/testdir/test_messages.vim *** ../vim-9.0.0290/src/testdir/test_messages.vim 2022-08-27 21:29:28.261402810 +0100 --- src/testdir/test_messages.vim 2022-08-27 22:18:28.258084640

Patch 9.0.0290

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0290 Problem:Compiler warning for variable set but not used. Solution: Add #ifdef. Files: src/message.c *** ../vim-9.0.0289/src/message.c 2022-08-27 21:52:48.671605945 +0100 --- src/message.c 2022-08-27 22:03:35.867038465 +0100 *** *** 1459,1464

Patch 9.0.0289

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0289 Problem:Invalid memory write. Solution: Do not put NUL in a static string. Files: src/message.c *** ../vim-9.0.0288/src/message.c 2022-08-27 21:29:28.257402847 +0100 --- src/message.c 2022-08-27 21:48:18.692208339 +0100 *** *** 2237,2256

Re: Patch 9.0.0288

2022-08-27 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 9.0.0288 > Problem:When 'cmdheight' is zero some messages are not displayed. > Solution: Use a popup notification window. Until now, when setting 'cmdheight' to zero quite a few messages were not displayed at all. This patch attempts to show these messages in a popup

Patch 9.0.0288

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0288 Problem:When 'cmdheight' is zero some messages are not displayed. Solution: Use a popup notification window. Files: runtime/doc/options.txt, src/popupwin.c, src/proto/popupwin.pro, src/feature.h, src/structs.h, src/time.c, src/proto/time.pro,

Patch 9.0.0287

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0287 Problem:Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994) Files: src/Makefile, src/filepath.c, src/install-sh, src/os_unix.c, src/os_unix.h, src/pty.c, src/optiondefs.h *** ../vim-9.0.0286/src/Makefile

Patch 9.0.0286

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0286 Problem:Using freed memory when location list changed in autocmd. Solution: Return QF_ABORT and handle it. (Yegappan Lakshmanan, closes #10993) Files: src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-9.0.0285/src/quickfix.c 2022-08-24

Re: [vim/vim] Modify getscriptinfo() to return script-local functions and variables when querying for a specific script (PR #10991)

2022-08-27 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sat, Aug 27, 2022 at 2:50 AM Bram Moolenaar wrote: > > > * Modify getscriptinfo() to return script-local functions and > > variables when querying for a specific script > > How about adding "sid" to the {opts} argument, so that it's easy to > select one specific script. Selecting by

Patch 9.0.0285

2022-08-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.0285 Problem:It is not easy to change the command line from a plugin. Solution: Add setcmdline(). (Shougo Matsushita, closes #10869) Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/ex_getln.c, src/proto/ex_getln.pro,

Re: how to get old versions of vim

2022-08-27 Fir de Conversatie Maxim Kim
On 27/08/2022 07:56, Charles Campbell wrote: So, I thought what I'd like to do is to get vim 9.0 back (with no patches) and see if that worked. Then, if the plugin continues to misbehave, then I'd like to get vim 8.0. Once I have a version of vim where the plugin works I'd like to use git