Patch 9.0.0270

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0270 Problem:Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra feature. Files: runtime/doc/editing.txt, runtime/doc/options.txt, runtime/doc/various.txt, src/evalfunc.c, src/findfile.c, src/tag.c,

Anyone building with OLD_DIGRAPHS?

2022-08-25 Fir de Conversatie Bram Moolenaar
There is a compile-time option to use the old digraphs, instead of "modern" ones. And old means really old, they are from Vim 5.x. I suspect that nobody builds Vim that way. If nobody objects I'll remove the dead code. -- If an elephant is left tied to a parking meter, the parking fee has

Patch 9.0.0269

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0269 Problem:getscriptinfo() does not include the version. Cannot select entries by script name. Solution: Add the "version" item and the "name" argument. (Yegappan Lakshmanan, closes #10962) Files: runtime/doc/builtin.txt, src/evalfunc.c,

Patch 9.0.0268

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0268 Problem:Build error without the +eval feature. Solution: Remove #ifdef. Files: src/globals.h *** ../vim-9.0.0267/src/globals.h 2022-08-22 15:19:12.728328961 +0100 --- src/globals.h 2022-08-25 16:29:10.810867875 +0100 *** *** 1605,1613

Patch 9.0.0267

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0267 Problem:Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04 Files: .github/workflows/coverity.yml *** ../vim-9.0.0266/.github/workflows/coverity.yml 2022-06-01 21:24:41.0 +0100 --- .github/workflows/coverity.yml 2022-08-25

Re: [vim/vim] Add variables, functions and version items to getscriptinfo() (PR #10962)

2022-08-25 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Thu, Aug 25, 2022 at 4:12 AM Bram Moolenaar wrote: > > > The test for the name should use something more specific than > "Xscript", that's a common name and the test might break in a strange > way when something gets added later. > I have updated the PR to use a somewhat unique name

Patch 9.0.0266

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0266 Problem:Compiler warning for unused argument. Solution: Add UNUSED. Files: src/buffer.c, *** ../vim-9.0.0265/src/buffer.c2022-08-25 16:02:09.677816456 +0100 --- src/buffer.c2022-08-25 16:15:52.154709809 +0100 *** *** 5651,5657 *

Patch 9.0.0265

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0265 Problem:No good reason why the "gf" command is not in the tiny version. Solution: Graduate the file_in_path feature. Files: runtime/doc/editing.txt, runtime/doc/builtin.txt, runtime/doc/cmdline.txt, runtime/doc/options.txt,

Patch 9.0.0264

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0264 Problem:CI still runs on Ubuntu 18.04. Solution: Run CI on Ubuntu 20.04. (closes #10582) Files: .github/workflows/ci.yml *** ../vim-9.0.0263/.github/workflows/ci.yml2022-06-17 21:27:07.0 +0100 --- .github/workflows/ci.yml2022-08-25 15:19:06.071430846

Patch 9.0.0263

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0263 Problem:Too many #ifdefs. Solution: Make some functions always available. Files: src/buffer.c, src/change.c, src/ex_cmds2.c, src/fileio.c, src/netbeans.c, src/errors.h, src/ex_cmds.c, src/viminfo.c, src/window.c, src/drawscreen.c, src/session.c,

Patch 9.0.0262

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0262 (after 9.0.0261) Problem:Build failure without the +quickfix feature. Solution: Add #ifdef. Files: src/buffer.c *** ../vim-9.0.0261/src/buffer.c2022-08-25 12:45:17.838946073 +0100 --- src/buffer.c2022-08-25 13:53:00.197785096 +0100 *** ***

Re: Patch 9.0.0261

2022-08-25 Fir de Conversatie Tony Mechelynck
On Thu, Aug 25, 2022 at 1:46 PM Bram Moolenaar wrote: > > > Patch 9.0.0261 > Problem:bufload() reads a file even if the name is not a file name. (Cyker > Way) > Solution: Do not read the file when the buffer name is not a file name. > (closes #10975) > Files:

Patch 9.0.0261

2022-08-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.0261 Problem:bufload() reads a file even if the name is not a file name. (Cyker Way) Solution: Do not read the file when the buffer name is not a file name. (closes #10975) Files: runtime/doc/builtin.txt, src/buffer.c,

Re: [vim/vim] Add variables, functions and version items to getscriptinfo() (PR #10962)

2022-08-25 Fir de Conversatie Bram Moolenaar
The test for the name should use something more specific than "Xscript", that's a common name and the test might break in a strange way when something gets added later. -- BRIDGEKEEPER: What is your favorite editor? GAWAIN: Emacs ... No, Viiimmm! "Monty Python and