<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/provider, 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>feat(provider): add support for Yarn node modules on Windows (#21246)</title>
<updated>2022-12-01T03:50:53+00:00</updated>
<author>
<name>Charles Nguyen</name>
<email>21993921+nkarl@users.noreply.github.com</email>
</author>
<published>2022-12-01T03:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1390e97c200ee265f72a4e2d7ec1a47fd65462ee'/>
<id>1390e97c200ee265f72a4e2d7ec1a47fd65462ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(clipboard): added wayclip support (#21091)</title>
<updated>2022-11-18T15:39:56+00:00</updated>
<author>
<name>XDream8</name>
<email>62709801+XDream8@users.noreply.github.com</email>
</author>
<published>2022-11-18T15:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=db407010facc55c19b5ebdf881225ac39cb29d01'/>
<id>db407010facc55c19b5ebdf881225ac39cb29d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(clipboard): update version regex pattern (#21012)</title>
<updated>2022-11-09T23:21:54+00:00</updated>
<author>
<name>Gregory Anders</name>
<email>8965202+gpanders@users.noreply.github.com</email>
</author>
<published>2022-11-09T23:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ef1d291f29961ae10cc122e92fb2419cbbd29f3b'/>
<id>ef1d291f29961ae10cc122e92fb2419cbbd29f3b</id>
<content type='text'>
Building tmux from source uses a 'next-' prefix, so account for that.
Also handle failures to match more gracefully.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building tmux from source uses a 'next-' prefix, so account for that.
Also handle failures to match more gracefully.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(clipboard): prefer xsel #20918</title>
<updated>2022-11-07T03:46:58+00:00</updated>
<author>
<name>wzy</name>
<email>32936898+Freed-Wu@users.noreply.github.com</email>
</author>
<published>2022-11-07T03:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b042f6d9022a4c734477f1fdbc92b4f8134661b3'/>
<id>b042f6d9022a4c734477f1fdbc92b4f8134661b3</id>
<content type='text'>
Problem:
xclip is not actively maintained compared to xsel, and it has a bug:

    $ touch a
    $ xsel -ib &lt; a
    $ xsel -ob
    $ xclip -o -selection clipboard
    Error: target STRING not available

Years ago, the situation was reversed.
We originally preferred xsel 46bd3c0f77f282b93ca1307c011562243c394306
but then swapped to xclip 799d9c32157c841c3b8d355fa98a5ace435eef07
to work around https://github.com/neovim/neovim/issues/7237#issuecomment-443440633

Solution:
Prefer xsel again.

close #20862
ref #9302
ref https://github.com/astrand/xclip/issues/38</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
xclip is not actively maintained compared to xsel, and it has a bug:

    $ touch a
    $ xsel -ib &lt; a
    $ xsel -ob
    $ xclip -o -selection clipboard
    Error: target STRING not available

Years ago, the situation was reversed.
We originally preferred xsel 46bd3c0f77f282b93ca1307c011562243c394306
but then swapped to xclip 799d9c32157c841c3b8d355fa98a5ace435eef07
to work around https://github.com/neovim/neovim/issues/7237#issuecomment-443440633

Solution:
Prefer xsel again.

close #20862
ref #9302
ref https://github.com/astrand/xclip/issues/38</pre>
</div>
</content>
</entry>
<entry>
<title>feat(clipboard): copy to system clipboard in tmux when supported (#20936)</title>
<updated>2022-11-05T02:43:11+00:00</updated>
<author>
<name>Gregory Anders</name>
<email>8965202+gpanders@users.noreply.github.com</email>
</author>
<published>2022-11-05T02:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=81722896e4a6d17dbf33325d344253e44a11e9ed'/>
<id>81722896e4a6d17dbf33325d344253e44a11e9ed</id>
<content type='text'>
Since version 3.2 tmux has had the ability to read/write buffer contents
from/to the system clipboard, if the underlying terminal emulator
supports it. Enable this feature when we can detect that tmux supports
it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since version 3.2 tmux has had the ability to read/write buffer contents
from/to the system clipboard, if the underlying terminal emulator
supports it. Enable this feature when we can detect that tmux supports
it.</pre>
</div>
</content>
</entry>
<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>
</feed>
