<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/provider, branch v0.5.1</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>backport: fixup(clipboard): Fix error not properly handled #14984</title>
<updated>2021-09-14T12:15:39+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=a9cca1b050f40521a02fc4b11a9b9cc5bb5520ff'/>
<id>a9cca1b050f40521a02fc4b11a9b9cc5bb5520ff</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>backport: fixup(clipboard): Use case matching #14962</title>
<updated>2021-09-14T12:15:37+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=2229e99ef918ad82c4d20d654b0299195f0ed15c'/>
<id>2229e99ef918ad82c4d20d654b0299195f0ed15c</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>
<entry>
<title>Fix clipboard provider detection (#13190)</title>
<updated>2020-10-30T01:35:20+00:00</updated>
<author>
<name>necabo</name>
<email>fynn.becker@gmx.de</email>
</author>
<published>2020-10-30T01:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=037ffd54dcd8edba6787d93273e6696b7a366ac6'/>
<id>037ffd54dcd8edba6787d93273e6696b7a366ac6</id>
<content type='text'>
Fixes #13189</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #13189</pre>
</div>
</content>
</entry>
<entry>
<title>provider: update supported Python versions (#13070)</title>
<updated>2020-10-08T09:52:17+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2020-10-08T09:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ca6815115c79da62b845f479f0cdd765bdbfb700'/>
<id>ca6815115c79da62b845f479f0cdd765bdbfb700</id>
<content type='text'>
Python 3.9 was released, so we need to add support for the upcoming Python 3.10.
Python 3.5 and earlier reached their end-of-life.

PEP 478: Python 3.5  Release Schedule: https://www.python.org/dev/peps/pep-0478
PEP 596: Python 3.9  Release Schedule: https://www.python.org/dev/peps/pep-0596
PEP 619: Python 3.10 Release Schedule: https://www.python.org/dev/peps/pep-0619</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.9 was released, so we need to add support for the upcoming Python 3.10.
Python 3.5 and earlier reached their end-of-life.

PEP 478: Python 3.5  Release Schedule: https://www.python.org/dev/peps/pep-0478
PEP 596: Python 3.9  Release Schedule: https://www.python.org/dev/peps/pep-0596
PEP 619: Python 3.10 Release Schedule: https://www.python.org/dev/peps/pep-0619</pre>
</div>
</content>
</entry>
<entry>
<title>provider: align all foo#Detect() functions #12839</title>
<updated>2020-09-05T22:02:46+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-09-05T22:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bedab7e87b038da11f93484c1bc1e036fea520b9'/>
<id>bedab7e87b038da11f93484c1bc1e036fea520b9</id>
<content type='text'>
Problem: ruby#Detect() and node#Detect() don't return a [prog, err] pair
which means callers must special-case them.

Solution: align their return signatures with the perl/pythonx providers.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: ruby#Detect() and node#Detect() don't return a [prog, err] pair
which means callers must special-case them.

Solution: align their return signatures with the perl/pythonx providers.</pre>
</div>
</content>
</entry>
<entry>
<title>Support for :perl, :perlfile, :perldo and perleval() (#12809)</title>
<updated>2020-09-05T20:55:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-09-05T20:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=858c056133ed50af8dc31fdeee1638cb69ea2c69'/>
<id>858c056133ed50af8dc31fdeee1638cb69ea2c69</id>
<content type='text'>
* support for :perl, :perlfile, :perldo and perleval()

* document that the perl provider doesn't currently work on Windows

* document that the perl legacy interface is now also supported

* added perleval() documentation

* import legacy perl interface tests

* only perl 5.22+ is supported

* healtcheck: use g:perl_host_prog if its set instead

using just 'perl' isn't correct as it may not be the version requested.
ditto for 'cpanm', rather go through 'App::cpanminus' to find the latest
perl version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support for :perl, :perlfile, :perldo and perleval()

* document that the perl provider doesn't currently work on Windows

* document that the perl legacy interface is now also supported

* added perleval() documentation

* import legacy perl interface tests

* only perl 5.22+ is supported

* healtcheck: use g:perl_host_prog if its set instead

using just 'perl' isn't correct as it may not be the version requested.
ditto for 'cpanm', rather go through 'App::cpanminus' to find the latest
perl version</pre>
</div>
</content>
</entry>
<entry>
<title>healtcheck: use g:perl_host_prog if its set instead</title>
<updated>2020-09-05T12:09:15+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2020-09-02T11:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8705fbf77c067a907caf1920a0852fdb8619c649'/>
<id>8705fbf77c067a907caf1920a0852fdb8619c649</id>
<content type='text'>
using just 'perl' isn't correct as it may not be the version requested.
ditto for 'cpanm', rather go through 'App::cpanminus' to find the latest
perl version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using just 'perl' isn't correct as it may not be the version requested.
ditto for 'cpanm', rather go through 'App::cpanminus' to find the latest
perl version
</pre>
</div>
</content>
</entry>
</feed>
