Re: Commit: runtime(dosini): save and restore cpo value in syntax script

2023-08-20 Fir de Conversatie Christian Brabandt
On So, 20 Aug 2023, Yegappan Lakshmanan wrote: > On Sun, Aug 20, 2023 at 10:00 PM Christian Brabandt > wrote: > > runtime(dosini): save and restore cpo value in syntax script > > A similar change is needed in the runtime/syntax/context.vim file also. > > I used the following command to find

Re: Commit: runtime(dosini): save and restore cpo value in syntax script

2023-08-20 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sun, Aug 20, 2023 at 10:00 PM Christian Brabandt wrote: > > runtime(dosini): save and restore cpo value in syntax script > A similar change is needed in the runtime/syntax/context.vim file also. I used the following command to find this: $ cd vim/runtime/syntax $ egrep '^ +\\' `grep -L

Commit: runtime(dosini): save and restore cpo value in syntax script

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(dosini): save and restore cpo value in syntax script Commit: https://github.com/vim/vim/commit/690963924956d800b94bb86076aa9d25f04565ac Author: Christian Brabandt Date: Mon Aug 21 06:49:38 2023 +0200 runtime(dosini): save and restore cpo value in syntax script Commit dd0a

Re: Where is Bram?

2023-08-20 Fir de Conversatie Yegappan Lakshmanan
Hi Rob, On Sun, Aug 20, 2023 at 8:27 PM Robert Webb wrote: > > Wow, very sad to hear about Bram, and so young (62). I did quite a lot of > work on vim more than 30 years ago. At first I didn't even have my own > computer. Sometimes I'd print out code at work, take it home, write new code > on

Re: Where is Bram?

2023-08-20 Fir de Conversatie Robert Webb
Wow, very sad to hear about Bram, and so young (62). I did quite a lot of work on vim more than 30 years ago. At first I didn't even have my own computer. Sometimes I'd print out code at work, take it home, write new code on paper, then try it out after hours at uni or work. Now I barely have t

Commit: patch 9.0.1778: if_py_both: code-style issue

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1778: if_py_both: code-style issue Commit: https://github.com/vim/vim/commit/75dc1ed1adddbcde926872bb41dfe1a1b0029848 Author: Christian Brabandt Date: Sun Aug 20 23:19:24 2023 +0200 patch 9.0.1778: if_py_both: code-style issue Problem: if_py_both: code-style issue

Commit: patch 9.0.1777: patch 9.0.1771 causes problems

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1777: patch 9.0.1771 causes problems Commit: https://github.com/vim/vim/commit/be07caa071ea93c07b1b2204a17237133f38b2bd Author: Christian Brabandt Date: Sun Aug 20 22:26:15 2023 +0200 patch 9.0.1777: patch 9.0.1771 causes problems Problem: patch 9.0.1771 causes problem

Re: Commit: patch 9.0.1771: regex: combining chars in collections not handled

2023-08-20 Fir de Conversatie Christian Brabandt
On So, 20 Aug 2023, Yegappan Lakshmanan wrote: > Hi Christian, > > On Sun, Aug 20, 2023 at 11:45 AM Christian Brabandt > wrote: > > > > patch 9.0.1771: regex: combining chars in collections not handled > > > > Commit: > > https://github.com/vim/vim/commit/ca22fc36a4e8a315f199893ee8ff6253573f

Re: Commit: patch 9.0.1771: regex: combining chars in collections not handled

2023-08-20 Fir de Conversatie Yegappan Lakshmanan
Hi Christian, On Sun, Aug 20, 2023 at 11:45 AM Christian Brabandt wrote: > > patch 9.0.1771: regex: combining chars in collections not handled > > Commit: > https://github.com/vim/vim/commit/ca22fc36a4e8a315f199893ee8ff6253573f5fbe > Author: Christian Brabandt > Date: Sun Aug 20 20:34:22 2023

Commit: runtime(sdc): Add underscore to sdc flags in syntax file (#6201)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(sdc): Add underscore to sdc flags in syntax file (#6201) Commit: https://github.com/vim/vim/commit/6d626c41842e2c3ab698338bbe5fcfcf0557ecd8 Author: Jordi Altayó Date: Sun Aug 20 21:45:13 2023 +0200 runtime(sdc): Add underscore to sdc flags in syntax file (https://github.com/vim/v

Commit: Runtime(javascript): add new document properties to completion file

2023-08-20 Fir de Conversatie Christian Brabandt
Runtime(javascript): add new document properties to completion file Commit: https://github.com/vim/vim/commit/a0fddaa2f4b7358484eb54ccdd1b7433d18a9039 Author: Jay Sitter Date: Sun Jun 28 11:42:35 2020 -0400 Runtime(javascript): add new document properties to completion file close

Commit: runtime(css): Update pseudo-classes in syntax script (#11595)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(css): Update pseudo-classes in syntax script (#11595) Commit: https://github.com/vim/vim/commit/309ded19543c140375b28ef562257e9f22c918c6 Author: Adrian Heine né Lang Date: Sun Aug 20 21:23:18 2023 +0200 runtime(css): Update pseudo-classes in syntax script (https://github.com/vim/

Commit: runtime(javascript): fix default link of javaScriptNumber in syntax file (#11788)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(javascript): fix default link of javaScriptNumber in syntax file (#11788) Commit: https://github.com/vim/vim/commit/e71e9d9ad368f83162a9c08217a9faf9bda909a7 Author: Meqa <106783764+meqa...@users.noreply.github.com> Date: Sun Aug 20 22:20:59 2023 +0300 runtime(javascript): fix defa

Commit: runtime(lua): fix lua indentation of non-lowercase "keywords" (#11759)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(lua): fix lua indentation of non-lowercase "keywords" (#11759) Commit: https://github.com/vim/vim/commit/9fa35b1c38b84d95b5c8e083aa742e0e0490fa1f Author: beardedsakimonkey <54521218+beardedsakimon...@users.noreply.github.com> Date: Sun Aug 20 19:21:51 2023 + runtime(lua): fix l

Commit: patch 9.0.1776: No support for stable Python 3 ABI

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1776: No support for stable Python 3 ABI Commit: https://github.com/vim/vim/commit/c13b3d1350b60b94fe87f0761ea31c0e7fb6ebf3 Author: Yee Cheng Chin Date: Sun Aug 20 21:18:38 2023 +0200 patch 9.0.1776: No support for stable Python 3 ABI Problem: No support for stable Pyt

Commit: patch 9.0.1775: Wrong comparison in vim9type.c

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1775: Wrong comparison in vim9type.c Commit: https://github.com/vim/vim/commit/20cd8699acf6dc1071ee1bf0686bccba7df2c57c Author: Johan Mattsson <39247600+mju...@users.noreply.github.com> Date: Sun Aug 20 21:07:29 2023 +0200 patch 9.0.1775: Wrong comparison in vim9type.c P

Commit: runtime(lua): indent curly bracket followed by line comment (#12306)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(lua): indent curly bracket followed by line comment (#12306) Commit: https://github.com/vim/vim/commit/6633611f4280f33934c2ab9b6a3e84c04f054ad3 Author: champignoom <66909116+champign...@users.noreply.github.com> Date: Mon Aug 21 02:49:16 2023 +0800 runtime(lua): indent curly bracke

Commit: patch 9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows Commit: https://github.com/vim/vim/commit/16af913eeefb288ce968fb87e09a597413861900 Author: Luuk van Baal Date: Sun Aug 20 20:44:59 2023 +0200 patch 9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows Problem:

Commit: runtime(rust): fix rust indent (#12542)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(rust): fix rust indent (#12542) Commit: https://github.com/vim/vim/commit/478668013f060a75b8cd8cc6ca2cf2abb3bcc4a5 Author: Raphael Date: Mon Aug 21 02:42:39 2023 +0800 runtime(rust): fix rust indent (https://github.com/vim/vim/issues/12542) diff --git a/runtime/indent/rust.vim b/

Commit: patch 9.0.1771: regex: combining chars in collections not handled

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1771: regex: combining chars in collections not handled Commit: https://github.com/vim/vim/commit/ca22fc36a4e8a315f199893ee8ff6253573f5fbe Author: Christian Brabandt Date: Sun Aug 20 20:34:22 2023 +0200 patch 9.0.1771: regex: combining chars in collections not handled P

Commit: runtime(man): remove backslashes in man pages using Vim script (#12557)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(man): remove backslashes in man pages using Vim script (#12557) Commit: https://github.com/vim/vim/commit/17befac581ea67f56039db832d68963cd401fb8a Author: lifecrisis Date: Sun Aug 20 18:41:25 2023 + runtime(man): remove backslashes in man pages using Vim script (https://githu

Commit: patch 9.0.1770: lines disappear when modifying chars before virt text

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1770: lines disappear when modifying chars before virt text Commit: https://github.com/vim/vim/commit/a6ab5e69d3f14da8036a3018e8e93c635803ee8b Author: Ibby <33922797+sleepyswo...@users.noreply.github.com> Date: Sun Aug 20 20:24:18 2023 +0200 patch 9.0.1770: lines disappear when m

Commit: patch 9.0.1769: executable() ignoring symlinks on Windows

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1769: executable() ignoring symlinks on Windows Commit: https://github.com/vim/vim/commit/f5d0f54790fa86dfe73b428a087c8d8e6f391857 Author: AmberArr Date: Sun Aug 20 20:03:45 2023 +0200 patch 9.0.1769: executable() ignoring symlinks on Windows Problem: executable() igno

Commit: runtime(termdebug): re-indent lines (#12857)

2023-08-20 Fir de Conversatie Christian Brabandt
runtime(termdebug): re-indent lines (#12857) Commit: https://github.com/vim/vim/commit/19968fc4ec2c36c7d528c7326acf43e5d663ba39 Author: Shane-XB-Qian Date: Mon Aug 21 02:06:49 2023 +0800 runtime(termdebug): re-indent lines (https://github.com/vim/vim/issues/12857) Signed-off-by:

Commit: Runtime(termdebug): Add support to view local and argument variables

2023-08-20 Fir de Conversatie Christian Brabandt
Runtime(termdebug): Add support to view local and argument variables Commit: https://github.com/vim/vim/commit/9f29621415146abc046471440515e9e34f3e57a1 Author: laburnumT Date: Sat May 13 16:29:15 2023 +0200 Runtime(termdebug): Add support to view local and argument variables clos

Commit: Runtime: Add nixInherit matcher in nix.vim syntax

2023-08-20 Fir de Conversatie Christian Brabandt
Runtime: Add nixInherit matcher in nix.vim syntax Commit: https://github.com/vim/vim/commit/72904d5fda0a1bc78f4bc9080c158226e6e90d5c Author: James Fleming Date: Sat Jul 29 12:01:18 2023 +0200 Runtime: Add nixInherit matcher in nix.vim syntax Perform the lookahead in `nixInheritAt

Commit: patch 9.0.1768: Runtime: no support for bicep files

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1768: Runtime: no support for bicep files Commit: https://github.com/vim/vim/commit/2d0988ef93c6e8e59381c9cd123efbc2cd1faf92 Author: Scott McKendry Date: Sun Aug 20 19:17:42 2023 +0200 patch 9.0.1768: Runtime: no support for bicep files Problem: Runtime: no support for

Commit: patch 9.0.1767: '.-' no allowed in highlight group names

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1767: '.-' no allowed in highlight group names Commit: https://github.com/vim/vim/commit/d4376dc3ebea91abcb4d9ef9963ef5b968048b78 Author: Gregory Anders Date: Sun Aug 20 19:14:03 2023 +0200 patch 9.0.1767: '.-' no allowed in highlight group names Problem: '.-' no allow

Commit: patch 9.0.1765: Error when cross-compiling Vim

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1765: Error when cross-compiling Vim Commit: https://github.com/vim/vim/commit/a055b441f556e4814a1838db687ac50f48617154 Author: Mike Gilbert Date: Sun Aug 20 19:01:41 2023 +0200 patch 9.0.1765: Error when cross-compiling Vim Problem: Error when cross-compiling Vim

Commit: patch 9.0.1764: CI: label should not be set on all yml files

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1764: CI: label should not be set on all yml files Commit: https://github.com/vim/vim/commit/4924ad099f6b40505ebbd1a4a4056e9915d70141 Author: Philip H <47042125+pheid...@users.noreply.github.com> Date: Sun Aug 20 18:58:46 2023 +0200 patch 9.0.1764: CI: label should not be set on

patch 9.0.1763: crash when passing invalid buffer to undotree()

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1763: crash when passing invalid buffer to undotree() Commit: https://github.com/vim/vim/commit/ab9f2ecfd4ecaf74eeed0e5ec41355589af3ec8f Author: zeertzjq Date: Sun Aug 20 18:35:10 2023 +0200 patch 9.0.1763: crash when passing invalid buffer to undotree() Problem: crash

Re: Filtering git commits in vim-dev mailing list

2023-08-20 Fir de Conversatie Enan Ajmain
On Sun, 20 Aug 2023 11:09:17 +0200 Christian Brabandt wrote: > [...] > > If this is annoying and nobody uses it anyhow, I can stop it. Or I can > start to use the prefix '^Commit:' in the patch messages. Assuming by "patch messages," you meant the subject header of patch emails, then I think a d

patch 9.0.1762: Not able to get the virtual text property

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1762: Not able to get the virtual text property Commit: https://github.com/vim/vim/commit/f9037f186ad45b56c84f1efdc131480bec159e4f Author: Yegappan Lakshmanan Date: Sun Aug 20 18:27:45 2023 +0200 patch 9.0.1762: Not able to get the virtual text property Problem: Not ab

patch 9.0.1761: g behaves different from g

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1761: g behaves different from g Commit: https://github.com/vim/vim/commit/654bdbbd329e7267051cc2eb496bc52b66053081 Author: zeertzjq Date: Sun Aug 20 18:24:20 2023 +0200 patch 9.0.1761: g behaves different from g Problem: g behaves different from g Solution: Make g

patch 9.0.1760: vim9 class problem with new() constructor

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1760: vim9 class problem with new() constructor Commit: https://github.com/vim/vim/commit/6ac1544e13d78e0deeca1f357d1d73947180171c Author: Yegappan Lakshmanan Date: Sun Aug 20 18:20:17 2023 +0200 patch 9.0.1760: vim9 class problem with new() constructor Problem: vim9 c

patch 9.0.1759: Visual highlight not working with cursor at end of screen line

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1759: Visual highlight not working with cursor at end of screen line Commit: https://github.com/vim/vim/commit/8fc6a1dae07aa63faa6bfe6ed93888635745830c Author: zeertzjq Date: Sun Aug 20 18:12:54 2023 +0200 patch 9.0.1759: Visual highlight not working with cursor at end of screen

patch 9.0.1758: vim9 no class identifiers in stack dumps

2023-08-20 Fir de Conversatie Christian Brabandt
patch 9.0.1758: vim9 no class identifiers in stack dumps Commit: https://github.com/vim/vim/commit/0ffc17aa479867f6f3ee14a46cf71352f126b5ba Author: LemonBoy Date: Sun Aug 20 18:09:11 2023 +0200 patch 9.0.1758: vim9 no class identifiers in stack dumps Problem: vim9 no class ident

Re: actual error

2023-08-20 Fir de Conversatie Ernie Rael
Related, perhaps off topic. I was doing "hg bisect" a few days ago, the pass/fail detection had to build vim and run a test. The process aborted after several iterations because of a writable source file and the working directory couldn't be updated. (I made notes, but lost them in the heat of

Re: actual error

2023-08-20 Fir de Conversatie tooth pik
ahh -- you didn't say the "--hard" option before -- that fixed it, thank you i don't understand any of this, honestly, i didn't change anything On Sun, Aug 20, 2023 at 3:34 AM Christian Brabandt wrote: > > On Sa, 19 Aug 2023, tooth pik wrote: > > > > > Unstaged changes after reset: > > M src/po

Re: Filtering git commits in vim-dev mailing list

2023-08-20 Fir de Conversatie shane.qian
> If this is annoying and nobody uses it anyhow, I can stop it. Or I can > start to use the prefix '^Commit:' in the patch messages. could you also think if possible to reduce the general comments in github to forward to vim_dev mailing list? since there lots of mails actually dup between this

Re: Filtering git commits in vim-dev mailing list

2023-08-20 Fir de Conversatie Christian Brabandt
On So, 20 Aug 2023, Enan Ajmain wrote: > I think Bram was the only one authoring commits. And he wrote it in > "patch x.y.: message title" format. Because of this reliable regex, > it was easier to filter out the git-commit emails in vim-dev mailing > list. But now some commits have diffe

Re: patch 9.0.1704: Cannot use positional arguments for printf()

2023-08-20 Fir de Conversatie Christian Brabandt
On Di, 15 Aug 2023, Christ van Willegen wrote: > Op di 15 aug. 2023 21:27 schreef John Marriott : > > On 14-Aug-2023 02:15, Christian Brabandt wrote: > > patch 9.0.1704: Cannot use positional arguments for printf() > > > > Commit: https://github.com/vim/vim/commit/ > 0c6181f

Re: actual error

2023-08-20 Fir de Conversatie Christian Brabandt
On Sa, 19 Aug 2023, tooth pik wrote: > > Unstaged changes after reset: > M src/po/ja.sjis.po > M src/po/zh_CN.cp936.po > M src/po/zh_CN.po > > error: Your local changes to the following files would be overwritten by > merge: > src/po/ja.sjis.po > src/po/zh_CN.cp936.po > src/po/zh_CN.po > Plea