<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test, branch 20231130_mix</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 remote-tracking branch 'origin/colorcolchar' into 20231130_mix</title>
<updated>2023-11-30T17:50:33+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-11-30T17:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=24b6f70ab129e2c0a8b3b03ea02b54b03ee8e664'/>
<id>24b6f70ab129e2c0a8b3b03ea02b54b03ee8e664</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:9.0.2137: Can't detect angular &amp; mustache filetypes</title>
<updated>2023-11-30T17:40:27+00:00</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-30T17:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=307d5bcc7940d14f7d17e7c2de795ebed7b0f00c'/>
<id>307d5bcc7940d14f7d17e7c2de795ebed7b0f00c</id>
<content type='text'>
Problem:  Can't detect angular &amp; mustache filetypes
Solution: Detect *.mustache as Mustache filetype;
          detect *.component.html as html.angular filetype

closes: vim/vim#13594

https://github.com/vim/vim/commit/7bed263c343c62129c5d8f51796895a28db1b312
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  Can't detect angular &amp; mustache filetypes
Solution: Detect *.mustache as Mustache filetype;
          detect *.component.html as html.angular filetype

closes: vim/vim#13594

https://github.com/vim/vim/commit/7bed263c343c62129c5d8f51796895a28db1b312
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(tui): grow termkey's internal buffer for large escape sequences (#26309)</title>
<updated>2023-11-30T14:04:33+00:00</updated>
<author>
<name>Gregory Anders</name>
<email>8965202+gpanders@users.noreply.github.com</email>
</author>
<published>2023-11-30T14:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=884a83049b2c33e2b3b6cc5c9c7f6bf820b24a3d'/>
<id>884a83049b2c33e2b3b6cc5c9c7f6bf820b24a3d</id>
<content type='text'>
Some escape sequences (in particular, OSC 52 paste responses) can be
very large, even unbounded in length. These can easily overflow
termkey's internal buffer. In order to process these long sequences,
dynamically grow termkey's internal buffer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some escape sequences (in particular, OSC 52 paste responses) can be
very large, even unbounded in length. These can easily overflow
termkey's internal buffer. In order to process these long sequences,
dynamically grow termkey's internal buffer.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23657 from luukvbaal/extmark</title>
<updated>2023-11-30T10:48:16+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-11-30T10:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3b6dd8608d05aea4144cf05730e7b6c6db6052e8'/>
<id>3b6dd8608d05aea4144cf05730e7b6c6db6052e8</id>
<content type='text'>
fix(extmark): restore extmarks when completing original text</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(extmark): restore extmarks when completing original text</pre>
</div>
</content>
</entry>
<entry>
<title>test: unskip more terminal tests on Windows (#26315)</title>
<updated>2023-11-30T02:55:21+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-11-30T02:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=85be914879d49435c3b689efd5f1dae70e81d168'/>
<id>85be914879d49435c3b689efd5f1dae70e81d168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ex_terminal_spec): match descriptions (#26314)</title>
<updated>2023-11-30T00:56:21+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-11-30T00:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=62dff439479315558cd08dedbca61be5fafcc938'/>
<id>62dff439479315558cd08dedbca61be5fafcc938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: :terminal when 'shell' uses backslashes</title>
<updated>2023-11-29T23:32:28+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-11-29T23:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=90b213990f02d2a86019ef4058ad86a995931bea'/>
<id>90b213990f02d2a86019ef4058ad86a995931bea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ex_terminal_spec): unskip tests that work on Windows (#26310)</title>
<updated>2023-11-29T23:06:23+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-11-29T23:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=73691b6c3ded0c97aea0af13abab94b7a93776b0'/>
<id>73691b6c3ded0c97aea0af13abab94b7a93776b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into colorcolchar</title>
<updated>2023-11-29T22:39:54+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-11-29T22:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=21cb7d04c387e4198ca8098a884c78b56ffcf4c2'/>
<id>21cb7d04c387e4198ca8098a884c78b56ffcf4c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(extmark): restore extmarks when completing original text</title>
<updated>2023-11-29T22:38:27+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-22T14:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8e97edb93f01a08b332289405f83624cfb067fcc'/>
<id>8e97edb93f01a08b332289405f83624cfb067fcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
