<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc, branch 20230125_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 branch 'aucmd_textputpost' into 20230125_mix</title>
<updated>2023-02-02T19:02:58+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-02-02T19:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b255fa570d8b041e4c81e3454d51e06100c2fa4f'/>
<id>b255fa570d8b041e4c81e3454d51e06100c2fa4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: clarify "pipe" mode for sockconnect</title>
<updated>2023-02-02T08:00:17+00:00</updated>
<author>
<name>Thayne McCombs</name>
<email>astrothayne@gmail.com</email>
</author>
<published>2023-02-02T06:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb97d5425a0b6e77267795607ff45255a4ac1c22'/>
<id>cb97d5425a0b6e77267795607ff45255a4ac1c22</id>
<content type='text'>
Make it more clear that on unix the "pipe" mode of sockconnect uses unix
local domain sockets, not named pipes (FIFOs) which are not currently
supported.

See discussion in #22080.

Signed-off-by: Thayne McCombs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it more clear that on unix the "pipe" mode of sockconnect uses unix
local domain sockets, not named pipes (FIFOs) which are not currently
supported.

See discussion in #22080.

Signed-off-by: Thayne McCombs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17537 from bfredl/neolua</title>
<updated>2023-01-31T18:58:33+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-01-31T18:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8376486e8ff1722a0760443fc4a402bdea632dda'/>
<id>8376486e8ff1722a0760443fc4a402bdea632dda</id>
<content type='text'>
refactor(tests): run unittests using main nvim binary - delete separate nvim-test build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor(tests): run unittests using main nvim binary - delete separate nvim-test build</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lua): low-level interpreter mode (nvim -ll)</title>
<updated>2023-01-31T12:53:22+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-02-26T14:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d6d6ab3f8e77d54c8030c0c18f17d3c72ac4445c'/>
<id>d6d6ab3f8e77d54c8030c0c18f17d3c72ac4445c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): validate language name</title>
<updated>2023-01-28T10:28:52+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-26T08:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c032e83b22994332dd8769ef34cb817906a63cac'/>
<id>c032e83b22994332dd8769ef34cb817906a63cac</id>
<content type='text'>
Problem: Some injections (like markdown) allow specifying arbitrary
language names for code blocks, which may be lead to errors when
looking for a corresponding parser in runtime path.

Solution: Validate that the language name only contains alphanumeric
characters and `_` (e.g., for `c_sharp`) and error otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: Some injections (like markdown) allow specifying arbitrary
language names for code blocks, which may be lead to errors when
looking for a corresponding parser in runtime path.

Solution: Validate that the language name only contains alphanumeric
characters and `_` (e.g., for `c_sharp`) and error otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(api): tweak data arg for nvim_create_autocmd (#22008)</title>
<updated>2023-01-27T11:24:20+00:00</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2023-01-27T11:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=aec4b476c5689f032103ab3e0ca068fc2af8bbba'/>
<id>aec4b476c5689f032103ab3e0ca068fc2af8bbba</id>
<content type='text'>
Fixes #21964</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #21964</pre>
</div>
</content>
</entry>
<entry>
<title>docs: clarify :runtime behavior without [where] again (#22003)</title>
<updated>2023-01-26T11:35:06+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-26T11:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e02df23b4e24046d99c7bfa6a63b4db16c28a7be'/>
<id>e02df23b4e24046d99c7bfa6a63b4db16c28a7be</id>
<content type='text'>
The behavior changed again after #15867, change the docs to describe
latest behavior.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behavior changed again after #15867, change the docs to describe
latest behavior.</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1238: :runtime completion can be further improved</title>
<updated>2023-01-26T03:55:34+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-26T02:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f03f6263bb3eb0b28b759292cb6ef4465a05cafe'/>
<id>f03f6263bb3eb0b28b759292cb6ef4465a05cafe</id>
<content type='text'>
Problem:    :runtime completion can be further improved.
Solution:   Also complete the {where} argument values and adjust the
            completion for that. (closes vim/vim#11874)

https://github.com/vim/vim/commit/5c8771bc5a2be123ab8e6325fa60ed524e8efb09
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :runtime completion can be further improved.
Solution:   Also complete the {where} argument values and adjust the
            completion for that. (closes vim/vim#11874)

https://github.com/vim/vim/commit/5c8771bc5a2be123ab8e6325fa60ed524e8efb09
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1231: completion of :runtime does not handle {where} argument</title>
<updated>2023-01-26T03:55:34+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-26T01:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6320c91c50e4c0ee5c366241f9a413c4edbfdad8'/>
<id>6320c91c50e4c0ee5c366241f9a413c4edbfdad8</id>
<content type='text'>
Problem:    Completion of :runtime does not handle {where} argument.
Solution:   Parse the {where} argument. (closes vim/vim#11863)

https://github.com/vim/vim/commit/3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Completion of :runtime does not handle {where} argument.
Solution:   Parse the {where} argument. (closes vim/vim#11863)

https://github.com/vim/vim/commit/3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'colorcolchar' into 20230125_mix</title>
<updated>2023-01-25T18:46:56+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-01-25T18:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=726d6269a68a89ca79cb995492a5cc5e0361e721'/>
<id>726d6269a68a89ca79cb995492a5cc5e0361e721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
