<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/syntax, branch rahm</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>vim-patch:a5d19aa: runtime(hyprlang): fix string recognition (#32290)</title>
<updated>2025-02-02T09:13:42+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2025-02-02T09:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=718e9ce018572f609a7639865af55476a19847aa'/>
<id>718e9ce018572f609a7639865af55476a19847aa</id>
<content type='text'>
fixes: vim/vim#16064
closes: vim/vim#16527

https://github.com/vim/vim/commit/a5d19aa44d97151d572362a24efccbfa09d560ae

Co-authored-by: Luca Saccarola &lt;github.e41mv@aleeas.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes: vim/vim#16064
closes: vim/vim#16527

https://github.com/vim/vim/commit/a5d19aa44d97151d572362a24efccbfa09d560ae

Co-authored-by: Luca Saccarola &lt;github.e41mv@aleeas.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix(runtime): "E121 Undefined variable s:termguicolors" #32209</title>
<updated>2025-01-28T16:17:37+00:00</updated>
<author>
<name>Judit Novak</name>
<email>judit.novak@canonical.com</email>
</author>
<published>2025-01-28T16:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb924764a40deea7e9c94fc60eac144e318a6f16'/>
<id>cb924764a40deea7e9c94fc60eac144e318a6f16</id>
<content type='text'>
Problem: dircolors syntaxt termguicolors support was not taking dynamic
         termguicolors changes into account.

Solution: initializing missing script-internal data on dynamic
          termguicolors change.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: dircolors syntaxt termguicolors support was not taking dynamic
         termguicolors changes into account.

Solution: initializing missing script-internal data on dynamic
          termguicolors change.</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:db23436: runtime(asm): add byte directives to syntax script</title>
<updated>2025-01-27T07:28:18+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-26T17:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=21aed725d2ac9ef5c6eb2ab631a6e1c3ad9b25fb'/>
<id>21aed725d2ac9ef5c6eb2ab631a6e1c3ad9b25fb</id>
<content type='text'>
closes: vim/vim#16523

https://github.com/vim/vim/commit/db23436b92a1b08e91146ef462482f2c1a79dfe8

Co-authored-by: Nir Lichtman &lt;nir@lichtman.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes: vim/vim#16523

https://github.com/vim/vim/commit/db23436b92a1b08e91146ef462482f2c1a79dfe8

Co-authored-by: Nir Lichtman &lt;nir@lichtman.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:509a8d5: runtime(just): fix typo in syntax file</title>
<updated>2025-01-25T15:35:16+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-25T14:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e3e1c1e76581e63ea588a553f9b91f36a61d9d51'/>
<id>e3e1c1e76581e63ea588a553f9b91f36a61d9d51</id>
<content type='text'>
closes: vim/vim#16515

https://github.com/vim/vim/commit/509a8d58f9a8ce00744114c1f21f0d951a559ecd

Co-authored-by: Peter Benjamin &lt;petermbenjamin@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes: vim/vim#16515

https://github.com/vim/vim/commit/509a8d58f9a8ce00744114c1f21f0d951a559ecd

Co-authored-by: Peter Benjamin &lt;petermbenjamin@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.1.1042: filetype: just files are not recognized</title>
<updated>2025-01-23T08:42:20+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-20T21:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8634bd46b26f28fa26950128b0cc585560bd6a9a'/>
<id>8634bd46b26f28fa26950128b0cc585560bd6a9a</id>
<content type='text'>
Problem:  filetype: just files are not recognized
Solution: adjust filetype detection pattern, detect just shebang line,
          include just ftplugin, indent and syntax plugin
          (Peter Benjamin)

closes: vim/vim#16466

https://github.com/vim/vim/commit/72755b3c8e91ec90447969b736f080e0de36003d

Co-authored-by: Peter Benjamin &lt;petermbenjamin@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  filetype: just files are not recognized
Solution: adjust filetype detection pattern, detect just shebang line,
          include just ftplugin, indent and syntax plugin
          (Peter Benjamin)

closes: vim/vim#16466

https://github.com/vim/vim/commit/72755b3c8e91ec90447969b736f080e0de36003d

Co-authored-by: Peter Benjamin &lt;petermbenjamin@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:c273f1a: runtime(vim): Update base-syntax, match ternary and falsy operators (#32132)</title>
<updated>2025-01-21T00:10:14+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2025-01-21T00:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=05435bf10585e7f850ff44acd63446fbcc56bfe5'/>
<id>05435bf10585e7f850ff44acd63446fbcc56bfe5</id>
<content type='text'>
fixes: vim/vim#14423
fixes: vim/vim#16227
closes: vim/vim#16484

https://github.com/vim/vim/commit/c273f1ac770e86767206c8193bab659b25d3b41b

Co-authored-by: Doug Kearns &lt;dougkearns@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes: vim/vim#14423
fixes: vim/vim#16227
closes: vim/vim#16484

https://github.com/vim/vim/commit/c273f1ac770e86767206c8193bab659b25d3b41b

Co-authored-by: Doug Kearns &lt;dougkearns@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:4335fcf: runtime(kconfig): updated ftplugin and syntax script</title>
<updated>2025-01-20T23:16:24+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-20T21:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=855a2a75e6f7d08376c221a46e0179e5c76176ec'/>
<id>855a2a75e6f7d08376c221a46e0179e5c76176ec</id>
<content type='text'>
https://github.com/vim/vim/commit/4335fcfed1b0a29c07b10f97d1f309dd8f964de6

Co-authored-by: Christian Brabandt &lt;cb@256bit.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/vim/vim/commit/4335fcfed1b0a29c07b10f97d1f309dd8f964de6

Co-authored-by: Christian Brabandt &lt;cb@256bit.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:2cb8246: runtime(tex): add texEmphStyle to texMatchGroup in syntax script</title>
<updated>2025-01-20T07:20:24+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-19T15:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b172dd57faac8de98291b644c0b0e1ee6d4691e0'/>
<id>b172dd57faac8de98291b644c0b0e1ee6d4691e0</id>
<content type='text'>
fixes: vim/vim#16228

https://github.com/vim/vim/commit/2cb8246eb969594a6969b03dcf8ea89aa7deda6e

Co-authored-by: Christian Brabandt &lt;cb@256bit.org&gt;
Co-authored-by: Github User JordL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes: vim/vim#16228

https://github.com/vim/vim/commit/2cb8246eb969594a6969b03dcf8ea89aa7deda6e

Co-authored-by: Christian Brabandt &lt;cb@256bit.org&gt;
Co-authored-by: Github User JordL
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8dec6c2: runtime(vim): Update base-syntax, fix is/isnot operator matching (#32100)</title>
<updated>2025-01-19T14:14:52+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2025-01-19T14:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ee54069d1d279b351e5569cb205b1ee111ec0dc5'/>
<id>ee54069d1d279b351e5569cb205b1ee111ec0dc5</id>
<content type='text'>
- Match is? and isnot? operators.
- Limit other comparison operators to one match modifier rather than
  two.

closes: vim/vim#16482

https://github.com/vim/vim/commit/8dec6c2e6c2b5157334398e2e6ab7daa91999d80

Co-authored-by: Doug Kearns &lt;dougkearns@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Match is? and isnot? operators.
- Limit other comparison operators to one match modifier rather than
  two.

closes: vim/vim#16482

https://github.com/vim/vim/commit/8dec6c2e6c2b5157334398e2e6ab7daa91999d80

Co-authored-by: Doug Kearns &lt;dougkearns@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:e064051: runtime(c): add new constexpr keyword to syntax file (C23)</title>
<updated>2025-01-18T10:54:53+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-18T09:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=954d4969c991be1a758c121be6f7d811b5e5cea1'/>
<id>954d4969c991be1a758c121be6f7d811b5e5cea1</id>
<content type='text'>
closes: vim/vim#16471

https://github.com/vim/vim/commit/e06405181a6189aa56e917c1a7e5090a33b07a8a

Co-authored-by: Doug Kearns &lt;dougkearns@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes: vim/vim#16471

https://github.com/vim/vim/commit/e06405181a6189aa56e917c1a7e5090a33b07a8a

Co-authored-by: Doug Kearns &lt;dougkearns@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
