Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, I just uploaded the DIFF of the original c.vim file and my c.vim file. Is this what you think he needs? (Only took me six tries to get it uploaded. Ugh.) Mark :-) On Mon, 14 Jul 2025 21:56:22 +1000 Doug Kearns wrote: > Mark, > > Re: https://www.vim.org/scripts/script.php?script_id=6159 >

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, let me try this. (I finally got 'git diff' to work.) @@ -459,6 +459,58 @@ else exec "syn sync ccomment cComment minlines=" . b:c_minlines endif +" +" Standard C Library Functions Table, By Name +" Put in by Mark Manning on July 12th, 2025. +" +syn keyword cStdCLibFunctions abort abs ac

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, let me try this. (I finally got 'git diff' to work.) @@ -459,6 +459,58 @@ else exec "syn sync ccomment cComment minlines=" . b:c_minlines endif +" +" Standard C Library Functions Table, By Name +" Put in by Mark Manning on July 12th, 2025. +" +syn keyword cStdCLibFunctions abort abs ac

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, let me try this. (I finally got 'git diff' to work.) diff --git a/C:/Users/marke/Documents/GitHub/vim/runtime/syntax/c.vim b/C:/Program Files (x86)/Vim/vim91/syntax/c.vim index c217c23d8..3bd2ec963 100644 --- a/C:/Users/marke/Documents/GitHub/vim/runtime/syntax/c.vim +++ b/C:/Program Files (

Commit: patch 9.1.1552: [security]: path traversal issue in tar.vim

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1552: [security]: path traversal issue in tar.vim Commit: https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239 Author: Christian Brabandt Date: Tue Jul 15 21:54:00 2025 +0200 patch 9.1.1552: [security]: path traversal issue in tar.vim Problem: [se

Commit: patch 9.1.1551: [security]: path traversal issue in zip.vim

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1551: [security]: path traversal issue in zip.vim Commit: https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8 Author: Christian Brabandt Date: Tue Jul 15 21:43:01 2025 +0200 patch 9.1.1551: [security]: path traversal issue in zip.vim Problem: [se

Commit: patch 9.1.1550: defaults: 'showcmd' is not enabled in non-compatible mode on Unix

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1550: defaults: 'showcmd' is not enabled in non-compatible mode on Unix Commit: https://github.com/vim/vim/commit/3f9d2378bd70748fc59e02a402422269bd096492 Author: Christian Brabandt Date: Tue Jul 15 21:26:25 2025 +0200 patch 9.1.1550: defaults: 'showcmd' is not enabled in non-c

Commit: patch 9.1.1549: filetype: pkl files are not recognized

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1549: filetype: pkl files are not recognized Commit: https://github.com/vim/vim/commit/d128889b306680338dbfb54ccc1ff32dc114165d Author: Riley Bruins Date: Tue Jul 15 21:21:29 2025 +0200 patch 9.1.1549: filetype: pkl files are not recognized Problem: filetype: pkl files

Commit: patch 9.1.1548: filetype: OpenFGA files are not recognized

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1548: filetype: OpenFGA files are not recognized Commit: https://github.com/vim/vim/commit/0992f62fc18431296d3d5d6ab04317b8de4c76d9 Author: Riley Bruins Date: Tue Jul 15 21:17:02 2025 +0200 patch 9.1.1548: filetype: OpenFGA files are not recognized Problem: filetype: O

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok. I went online, read the instructions on doing a pull request, and it said I should download the repository and work from there. I did that so I had it on my system. I put in the changes and said to push those back to the repository. However, GitHub responded that I do not have privileges to pus

Commit: translation: ignore vim.pot creation date, regenerate it, rm allfiles

2025-07-15 Fir de Conversatie Christian Brabandt
translation: ignore vim.pot creation date, regenerate it, rm allfiles Commit: https://github.com/vim/vim/commit/5d552d652b0197063565ab937d30f92a9ed28545 Author: Christian Brabandt Date: Tue Jul 15 20:42:48 2025 +0200 translation: ignore vim.pot creation date, regenerate it, rm allfiles

Commit: runtime(swig): add 'comments', 'commentstring' in filetype plugin

2025-07-15 Fir de Conversatie Christian Brabandt
runtime(swig): add 'comments', 'commentstring' in filetype plugin Commit: https://github.com/vim/vim/commit/9a667b4dba09aee7968f33686afcac99dab347df Author: Riley Bruins Date: Tue Jul 15 21:13:02 2025 +0200 runtime(swig): add 'comments', 'commentstring' in filetype plugin Referen

Commit: patch 9.1.1547: Wayland: missing ifdef

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1547: Wayland: missing ifdef Commit: https://github.com/vim/vim/commit/690a42d54ebdcb5bc2d62176932d519b4e4ef74a Author: Foxe Chen Date: Tue Jul 15 21:06:37 2025 +0200 patch 9.1.1547: Wayland: missing ifdef Problem: Wayland: missing ifdef Solution: Add #ifdef around

Commit: runtime(twig): include twig filetype plugin

2025-07-15 Fir de Conversatie Christian Brabandt
runtime(twig): include twig filetype plugin Commit: https://github.com/vim/vim/commit/30df42557cac48fe9337334f1c0479746a104076 Author: Riley Bruins Date: Tue Jul 15 21:09:43 2025 +0200 runtime(twig): include twig filetype plugin closes: https://github.com/vim/vim/issues/17754

Commit: patch 9.1.1546: Vim9: error with has() and short circuit evaluation

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1546: Vim9: error with has() and short circuit evaluation Commit: https://github.com/vim/vim/commit/8de753148f6300aa00f0c3c5dacec3b1ca886c34 Author: Yegappan Lakshmanan Date: Tue Jul 15 20:26:52 2025 +0200 patch 9.1.1546: Vim9: error with has() and short circuit evaluation

Commit: runtime(python2): Highlight b-strings in Python 2.7

2025-07-15 Fir de Conversatie Christian Brabandt
runtime(python2): Highlight b-strings in Python 2.7 Commit: https://github.com/vim/vim/commit/edce68912eacb45704cb6654940e3967afe2bd96 Author: Rob B Date: Tue Jul 15 20:23:59 2025 +0200 runtime(python2): Highlight b-strings in Python 2.7 related: https://github.com/vim/vim/issues

Commit: runtime(doc): Tweak documentation

2025-07-15 Fir de Conversatie Christian Brabandt
runtime(doc): Tweak documentation Commit: https://github.com/vim/vim/commit/3ab69417136ab0b1c9172188acbf1df6a3f2011d Author: Hirohito Higashi Date: Tue Jul 15 20:06:49 2025 +0200 runtime(doc): Tweak documentation closes: https://github.com/vim/vim/issues/17759 Signed-off

Commit: patch 9.1.1545: typo in os_unix.c

2025-07-15 Fir de Conversatie Christian Brabandt
patch 9.1.1545: typo in os_unix.c Commit: https://github.com/vim/vim/commit/f10fa3928c94287f20c50c9f00cb7db263af2bbd Author: Foxe Chen Date: Tue Jul 15 20:02:57 2025 +0200 patch 9.1.1545: typo in os_unix.c Problem: Typo in os_unix.c Solution: Correct the typo (Foxe Chen)

Re: Warnings -Wmaybe-uninitialized (x2) at src/insexpand.c:2459 after applying patches 1539 and 1540

2025-07-15 Fir de Conversatie Marvin Renich
* Tony Mechelynck [250715 07:36]: > On Tue, Jul 15, 2025 at 8:13 AM Christian Brabandt wrote: > > > N.B. I am getting sporadically "HTTP error 503: Service unavailable", > > > often but not every time, and when I don't there are "no changes > > > found". > > > > It might be time to consider migra

Re: Warnings -Wmaybe-uninitialized (x2) at src/insexpand.c:2459 after applying patches 1539 and 1540

2025-07-15 Fir de Conversatie Christian Brabandt
On Di, 15 Jul 2025, Tony Mechelynck wrote: > I hate git, if I try I expect to be constantly doing the opposite of > what I mean to do. Am I really the only one still getting the Vim > source from the Mercurial server ? It's not so bad, especially if you are only want to keep in sync with lates

Re: Warnings -Wmaybe-uninitialized (x2) at src/insexpand.c:2459 after applying patches 1539 and 1540

2025-07-15 Fir de Conversatie Tony Mechelynck
On Tue, Jul 15, 2025 at 8:13 AM Christian Brabandt wrote: > > > On Mo, 14 Jul 2025, Tony Mechelynck wrote: > > > Are you sure you pushed it to https://www.vim.org/hgweb/vim/ ? "hg in" > > gives me nothing new after the runtime files changeset which followed > > patch 1540 yesterday. > > I did now