<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/po, branch floattitle</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>Merge #20154 build: cmake cleanup</title>
<updated>2022-10-02T23:20:40+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2022-10-02T23:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=56998feebd6f7ec0ab68e44cba3425bf39d448b4'/>
<id>56998feebd6f7ec0ab68e44cba3425bf39d448b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(l10n): update Turkish translations (#20444)</title>
<updated>2022-10-02T16:14:47+00:00</updated>
<author>
<name>Emir SARI</name>
<email>emir_sari@icloud.com</email>
</author>
<published>2022-10-02T16:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=085fa68b5eb78002b5e4de52a8c24c2766d57cb7'/>
<id>085fa68b5eb78002b5e4de52a8c24c2766d57cb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: remove unnecessary translation-related code</title>
<updated>2022-10-02T10:39:20+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-09-26T09:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=913651d1f102eed11db9046fdec72e84958a7c6a'/>
<id>913651d1f102eed11db9046fdec72e84958a7c6a</id>
<content type='text'>
The commands run in cmake script mode (-P) can simply be run in the main
cmake run instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commands run in cmake script mode (-P) can simply be run in the main
cmake run instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(l10n): improve zh_CN and zh_TW translations (#19969)</title>
<updated>2022-08-28T09:07:24+00:00</updated>
<author>
<name>Raphael</name>
<email>glephunter@gmail.com</email>
</author>
<published>2022-08-28T09:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=88c32b5eba9fa7072bb4a76a8dbb73c6603165be'/>
<id>88c32b5eba9fa7072bb4a76a8dbb73c6603165be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(highlight)!: error on invalid names and allow '.' and '@'</title>
<updated>2022-08-24T16:13:18+00:00</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2022-08-18T13:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=61be343ec8c5e4d504db7ba975b20af2f46ce50d'/>
<id>61be343ec8c5e4d504db7ba975b20af2f46ce50d</id>
<content type='text'>
Previously if a highlight group with a name outside the regexp
[a-zA-Z0-9_] was defined, Nvim would emit an "invalid character"
warning message. This was annoying for Lua scripts, as it was very hard
to debug what line of code was triggering this message since it didn't
produce a stack trace.

This has now been promoted to an error with the code E5248.

Additionally the ASCII character period ('.') and at-sign ('@') have
been added to the allowed list of characters of a highlight group name
to support the application of defining hierarchical highlight groups,
e.g. 'TS.keyword'.

Co-authored-by: Christian Clason &lt;christian.clason@uni-due.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously if a highlight group with a name outside the regexp
[a-zA-Z0-9_] was defined, Nvim would emit an "invalid character"
warning message. This was annoying for Lua scripts, as it was very hard
to debug what line of code was triggering this message since it didn't
produce a stack trace.

This has now been promoted to an error with the code E5248.

Additionally the ASCII character period ('.') and at-sign ('@') have
been added to the allowed list of characters of a highlight group name
to support the application of defining hierarchical highlight groups,
e.g. 'TS.keyword'.

Co-authored-by: Christian Clason &lt;christian.clason@uni-due.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(l10n): improve zh_CN translations (#19483)</title>
<updated>2022-07-24T12:33:07+00:00</updated>
<author>
<name>Raphael</name>
<email>glephunter@gmail.com</email>
</author>
<published>2022-07-24T12:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2a56cc523012dc5b2afba48cebca7a75c4d86d0d'/>
<id>2a56cc523012dc5b2afba48cebca7a75c4d86d0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(l10n): Turkish translations #19441</title>
<updated>2022-07-22T14:04:40+00:00</updated>
<author>
<name>Emir SARI</name>
<email>emir_sari@icloud.com</email>
</author>
<published>2022-07-22T14:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ac690f457e0199121a08f802c27b8befbcf800c1'/>
<id>ac690f457e0199121a08f802c27b8befbcf800c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(l10n): add folded line indicator translations from vim (#19286)</title>
<updated>2022-07-10T04:36:43+00:00</updated>
<author>
<name>tomial</name>
<email>38778062+tomial@users.noreply.github.com</email>
</author>
<published>2022-07-10T04:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8f36e538cc6178b66f27d9096e4f4da7fadafa7a'/>
<id>8f36e538cc6178b66f27d9096e4f4da7fadafa7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:partial:63f32603789d (#18916)</title>
<updated>2022-06-10T06:40:32+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-06-10T06:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6eaf10502c99e96704daa07987f73658d6c4d68a'/>
<id>6eaf10502c99e96704daa07987f73658d6c4d68a</id>
<content type='text'>
Update runtime files
https://github.com/vim/vim/commit/63f32603789d1a27c559fc440325955fd0b8b500

skip translations
skip user manual rewrite</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files
https://github.com/vim/vim/commit/63f32603789d1a27c559fc440325955fd0b8b500

skip translations
skip user manual rewrite</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:partial:016188fd8a30 (#18890)</title>
<updated>2022-06-07T12:41:53+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-06-07T12:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1324e7f79eb840ad63af08cecf34c120b2a37a8c'/>
<id>1324e7f79eb840ad63af08cecf34c120b2a37a8c</id>
<content type='text'>
Update runtime files.
https://github.com/vim/vim/commit/016188fd8a30cfbaca3faa0daea9a47138dc5c4b

omit changes from doc/builtin.txt (needs 8.2.1536, 8.2.4981)
skip user manual rewrite for Vim9script</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.
https://github.com/vim/vim/commit/016188fd8a30cfbaca3faa0daea9a47138dc5c4b

omit changes from doc/builtin.txt (needs 8.2.1536, 8.2.4981)
skip user manual rewrite for Vim9script</pre>
</div>
</content>
</entry>
</feed>
