Commit: patch 9.1.0111: filetype: no support for bats files

2024-02-14 Fir de Conversatie Christian Brabandt
patch 9.1.0111: filetype: no support for bats files Commit: https://github.com/vim/vim/commit/d00fb4b3a237b375de5a1f453c8453b8b3797d51 Author: Brandon Maier Date: Thu Feb 15 00:16:02 2024 +0100 patch 9.1.0111: filetype: no support for bats files The '*.bats' file type is for Bash

Commit: patch 9.1.0110: filetype: add 'Config.in' filetype detection

2024-02-14 Fir de Conversatie Christian Brabandt
patch 9.1.0110: filetype: add 'Config.in' filetype detection Commit: https://github.com/vim/vim/commit/5f20f050efed3431beaf85739f0113e9ef0abd8e Author: Brandon Maier Date: Wed Feb 14 22:30:06 2024 +0100 patch 9.1.0110: filetype: add 'Config.in' filetype detection The 'Config.in'

Commit: runtime(asciidoc): include basic ftplugin

2024-02-14 Fir de Conversatie Christian Brabandt
runtime(asciidoc): include basic ftplugin Commit: https://github.com/vim/vim/commit/1da0e85816718a1d45ca60b3581c62df4e352c91 Author: Luca Saccarola Date: Wed Feb 14 22:25:41 2024 +0100 runtime(asciidoc): include basic ftplugin closes: https://github.com/vim/vim/issues/13873

Commit: patch 9.1.0109: filetype: no support for its files

2024-02-14 Fir de Conversatie Christian Brabandt
patch 9.1.0109: filetype: no support for its files Commit: https://github.com/vim/vim/commit/cf1d65e060e32ba8a0ba99fc299dc192fe4aa961 Author: Brandon Maier Date: Wed Feb 14 21:31:47 2024 +0100 patch 9.1.0109: filetype: no support for its files Problem: filetype: no support for i

Commit: runtime(vim): Update base-syntax, remove unused vimString region

2024-02-14 Fir de Conversatie Christian Brabandt
runtime(vim): Update base-syntax, remove unused vimString region Commit: https://github.com/vim/vim/commit/1633de8c35fd1941d849c7b6a4ffa34445c4234b Author: Doug Kearns Date: Wed Feb 14 21:28:44 2024 +0100 runtime(vim): Update base-syntax, remove unused vimString region These were

Commit: runtime(vim): Update base-syntax, fix :behave highlighting

2024-02-14 Fir de Conversatie Christian Brabandt
runtime(vim): Update base-syntax, fix :behave highlighting Commit: https://github.com/vim/vim/commit/fe6d5b0ae47e8a178c156be7189903c91b765584 Author: Doug Kearns Date: Wed Feb 14 21:17:43 2024 +0100 runtime(vim): Update base-syntax, fix :behave highlighting closes: https://github

Commit: runtime(vim): update Vim Syntax generator

2024-02-14 Fir de Conversatie Christian Brabandt
runtime(vim): update Vim Syntax generator Commit: https://github.com/vim/vim/commit/5c3855bcab425be39e2934fede14d1124466c55a Author: h-east Date: Wed Feb 14 21:00:01 2024 +0100 runtime(vim): update Vim Syntax generator - Add missing "Last Change:" line. - The date on this lin

Commit: patch 9.1.0108: filetype: no support for dtso files

2024-02-14 Fir de Conversatie Christian Brabandt
patch 9.1.0108: filetype: no support for dtso files Commit: https://github.com/vim/vim/commit/b1700fb33fe02838d679b9215e501455cf4c1156 Author: Markus Schneider-Pargmann Date: Wed Feb 14 20:44:28 2024 +0100 patch 9.1.0108: filetype: no support for dtso files Problem: filetype: no

Commit: patch 9.1.0106: Visual highlight hard to read with 'termguicolors'

2024-02-14 Fir de Conversatie Christian Brabandt
patch 9.1.0106: Visual highlight hard to read with 'termguicolors' Commit: https://github.com/vim/vim/commit/34e4a05d02a016fe230495be8f6c60ddd56f9567 Author: Maxim Kim Date: Wed Feb 14 20:28:17 2024 +0100 patch 9.1.0106: Visual highlight hard to read with 'termguicolors' Problem:

Commit: patch 9.1.0107: CI: Fix MacOS-14 tests

2024-02-14 Fir de Conversatie Christian Brabandt
patch 9.1.0107: CI: Fix MacOS-14 tests Commit: https://github.com/vim/vim/commit/49f2ba6d41d3c6142deaa4a50b0b16e03969a904 Author: Yee Cheng Chin Date: Wed Feb 14 20:34:58 2024 +0100 patch 9.1.0107: CI: Fix MacOS-14 tests Problem: CI: Fix MacOS-14 tests (after 9.1.0070) Solut

Re: Question about tooling and stiling

2024-02-14 Fir de Conversatie shane.qian
On 24/02/14 08:04PM, shane.qian wrote: > > Hi, > > I was experimenting with setting up clangd and clang-format for the > > codebase. I've read the `:h develop` but I still have missing information. > > > > 1. Tabs or spaces? The documentation doesn't specify it and the source > > files sometimes

Re: Question about tooling and stiling

2024-02-14 Fir de Conversatie shane.qian
> Hi, > I was experimenting with setting up clangd and clang-format for the > codebase. I've read the `:h develop` but I still have missing information. > > 1. Tabs or spaces? The documentation doesn't specify it and the source > files sometimes mix spaces and tabs. > 2. What parts of C99 are su