<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/provider, branch 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>feat(node): add pnpm support #19461</title>
<updated>2022-08-01T14:21:54+00:00</updated>
<author>
<name>Percy Ma</name>
<email>kecrily@gmail.com</email>
</author>
<published>2022-08-01T14:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c6181a672a2fdb2cb89ddf85b5d6ab15b10a0996'/>
<id>c6181a672a2fdb2cb89ddf85b5d6ab15b10a0996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(provider): use list comprehension #19027</title>
<updated>2022-06-20T13:17:00+00:00</updated>
<author>
<name>Zaz Brown</name>
<email>zazbrown@zazbrown.com</email>
</author>
<published>2022-06-20T13:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=99ef06d8467968ac262b875ef840fd0f5415e402'/>
<id>99ef06d8467968ac262b875ef840fd0f5415e402</id>
<content type='text'>
- list(filter(lambda x: x != "", sys.path))
+ [p for p in sys.path if p != ""]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- list(filter(lambda x: x != "", sys.path))
+ [p for p in sys.path if p != ""]</pre>
</div>
</content>
</entry>
<entry>
<title>fix(checkhealth): make provider checkhealth output more consistent (#17722)</title>
<updated>2022-03-16T08:36:26+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2022-03-16T08:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=33ada232c7566bd303579683dd5b769fe705462b'/>
<id>33ada232c7566bd303579683dd5b769fe705462b</id>
<content type='text'>
Change missing provider plugins from errors to warnings for python and
perl. Also give proper advice under the ADVICE section instead of just
the errors.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change missing provider plugins from errors to warnings for python and
perl. Also give proper advice under the ADVICE section instead of just
the errors.</pre>
</div>
</content>
</entry>
<entry>
<title>feat(provider)!: remove support for python2 and python3.[3-5]</title>
<updated>2022-01-29T18:49:37+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-01-28T14:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=baec0d3152afeab3007ebb505f3fc274511db434'/>
<id>baec0d3152afeab3007ebb505f3fc274511db434</id>
<content type='text'>
These versions of python has reached End-of-life. getting rid
of python2 support removes a lot of logic to support two
incompatible python versions in the same version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These versions of python has reached End-of-life. getting rid
of python2 support removes a lot of logic to support two
incompatible python versions in the same version.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(provider): compare versions as number, not string #15937</title>
<updated>2021-10-07T21:27:40+00:00</updated>
<author>
<name>Tejasvi S. Tomar</name>
<email>45873379+tejasvi@users.noreply.github.com</email>
</author>
<published>2021-10-07T21:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e16adbf238ee46b59b68a84af17bdee10ca49418'/>
<id>e16adbf238ee46b59b68a84af17bdee10ca49418</id>
<content type='text'>
"3.10" &lt; "3.3" but v3.10 &gt; v3.3
Fixes #14586</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"3.10" &lt; "3.3" but v3.10 &gt; v3.3
Fixes #14586</pre>
</div>
</content>
</entry>
<entry>
<title>fixup(clipboard): Fix error not properly handled #14984</title>
<updated>2021-07-11T13:19:54+00:00</updated>
<author>
<name>Shadman</name>
<email>shadmansaleh3@gmail.com</email>
</author>
<published>2021-07-11T13:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=22b538139606321bb1083665c510e81adb3d6670'/>
<id>22b538139606321bb1083665c510e81adb3d6670</id>
<content type='text'>
fixes #14967</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #14967</pre>
</div>
</content>
</entry>
<entry>
<title>fixup(clipboard): Use case matching #14962</title>
<updated>2021-07-03T00:47:18+00:00</updated>
<author>
<name>Shadman</name>
<email>shadmansaleh3@gmail.com</email>
</author>
<published>2021-07-03T00:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d791274a9d9b87dec5bd024904424e1ce21de5a6'/>
<id>d791274a9d9b87dec5bd024904424e1ce21de5a6</id>
<content type='text'>
Context: https://github.com/neovim/neovim/pull/14848#discussion_r663203173</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Context: https://github.com/neovim/neovim/pull/14848#discussion_r663203173</pre>
</div>
</content>
</entry>
<entry>
<title>BugFix(clipboard): Fix block paste not working properly</title>
<updated>2021-07-01T09:01:01+00:00</updated>
<author>
<name>shadmansaleh</name>
<email>shadmansaleh3@gmail.com</email>
</author>
<published>2021-06-18T09:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=21444552c06240b68fd1ad2c3be4e83f64a10882'/>
<id>21444552c06240b68fd1ad2c3be4e83f64a10882</id>
<content type='text'>
Block copy and paste from system-clipboard currently breaks formatting.
This fixes it.

The bug occurs because system-clipboard doesn't contain information
about what mode the copy was made.
Simple solution to this is we keep a cache of copy we last made along
with mode information. If system-clipboard returns the cache we apply
the mode information that we know about that cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Block copy and paste from system-clipboard currently breaks formatting.
This fixes it.

The bug occurs because system-clipboard doesn't contain information
about what mode the copy was made.
Simple solution to this is we keep a cache of copy we last made along
with mode information. If system-clipboard returns the cache we apply
the mode information that we know about that cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: ignore 'wildignore' when seeking executables (#14495)</title>
<updated>2021-05-07T09:07:07+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2021-05-07T09:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=17434b88b4892218386b49b400e7eb6d265000ff'/>
<id>17434b88b4892218386b49b400e7eb6d265000ff</id>
<content type='text'>
Certain values of 'wildignore', .e.g `*/node_modules/**`, would make the
provider checks not find the right executables.

Fixes https://github.com/neovim/neovim/issues/14388</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certain values of 'wildignore', .e.g `*/node_modules/**`, would make the
provider checks not find the right executables.

Fixes https://github.com/neovim/neovim/issues/14388</pre>
</div>
</content>
</entry>
<entry>
<title>added support for termux-clipboard : clipboard.vim (#14244)</title>
<updated>2021-03-30T00:52:35+00:00</updated>
<author>
<name>Aditya Alok</name>
<email>dev.aditya.alok@gmail.com</email>
</author>
<published>2021-03-30T00:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=291f1ece7f66b16155ad4d418d04be42c45df8ea'/>
<id>291f1ece7f66b16155ad4d418d04be42c45df8ea</id>
<content type='text'>
Termux - Android terminal emulator
Link - https://termux.com/</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Termux - Android terminal emulator
Link - https://termux.com/</pre>
</div>
</content>
</entry>
</feed>
