<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts, branch v0.4.0</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>release.sh: bump nvim.appdata.xml</title>
<updated>2019-09-15T00:54:16+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-09-15T00:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2e0e592ea29ea7d2da333824a93aa543a6f7f390'/>
<id>2e0e592ea29ea7d2da333824a93aa543a6f7f390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: |api-fast| [ci skip]</title>
<updated>2019-09-09T17:52:12+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-25T23:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=456f1d4bddd1e51b9d05cebb6666dfdc7e376635'/>
<id>456f1d4bddd1e51b9d05cebb6666dfdc7e376635</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.sh: fix "unbound variable" error with Bash &lt; 4.4  [ci skip] (#10917)</title>
<updated>2019-09-03T08:12:02+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-09-03T08:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d000f02bc0803cd92503293e505a2d2b4c4b8514'/>
<id>d000f02bc0803cd92503293e505a2d2b4c4b8514</id>
<content type='text'>
Ref: https://github.com/neovim/neovim/pull/10888#issuecomment-526774032</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/neovim/neovim/pull/10888#issuecomment-526774032</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/vim-patch.sh: massage args for git-log  [ci skip] (#10888)</title>
<updated>2019-08-30T14:46:29+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-08-30T14:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e03a4f965e8cb9821e425e1df873b48460c52dbf'/>
<id>e03a4f965e8cb9821e425e1df873b48460c52dbf</id>
<content type='text'>
Replace "src/nvim/" =&gt; "src/".
Replace ".*/.vim-src/" =&gt; "".

This allows to use tab completion based on existing files in Neovim's
source, or via .vim-src.

Previously you would have to typically remove the "nvim/" part manually
yourself.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace "src/nvim/" =&gt; "src/".
Replace ".*/.vim-src/" =&gt; "".

This allows to use tab completion based on existing files in Neovim's
source, or via .vim-src.

Previously you would have to typically remove the "nvim/" part manually
yourself.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #10646 'vim-patch: runtime patches'</title>
<updated>2019-08-01T14:43:14+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-01T14:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=87140f234ac1f152f6f273dee5ab1e42c7b1d78b'/>
<id>87140f234ac1f152f6f273dee5ab1e42c7b1d78b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: move matchit.vim to /pack/dist/opt/</title>
<updated>2019-08-01T13:43:53+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-01T13:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5342342426777160300a431ef8c9200fb151f793'/>
<id>5342342426777160300a431ef8c9200fb151f793</id>
<content type='text'>
Align matchit.vim with upstream Vim. We don't want to maintain a fork of
matchit.vim; our small changes should be sent to
https://github.com/chrisbra/matchit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Align matchit.vim with upstream Vim. We don't want to maintain a fork of
matchit.vim; our small changes should be sent to
https://github.com/chrisbra/matchit
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch: handle tags, pass through git-log options  (#10140)</title>
<updated>2019-07-30T05:45:59+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-30T05:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=213b6b5c28f069df3e37ddfb4692b22f26b831cb'/>
<id>213b6b5c28f069df3e37ddfb4692b22f26b831cb</id>
<content type='text'>
* scripts/vim-patch.sh: fall back to "origin" for remote

Without this, it would fail e.g. with a locally cloned repo of Neovim.

* scripts/vim-patch.sh: assign_commit_details: handle tags  [ci skip]

- Handle "v" prefix from Vim tags.
- Exit in case of error therein already.

* -l/-L: pass through git-log options  [ci skip]

This allows for only listing missing patches for a given Vim file:

&gt; scripts/vim-patch.sh -L src/edit.c</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* scripts/vim-patch.sh: fall back to "origin" for remote

Without this, it would fail e.g. with a locally cloned repo of Neovim.

* scripts/vim-patch.sh: assign_commit_details: handle tags  [ci skip]

- Handle "v" prefix from Vim tags.
- Exit in case of error therein already.

* -l/-L: pass through git-log options  [ci skip]

This allows for only listing missing patches for a given Vim file:

&gt; scripts/vim-patch.sh -L src/edit.c</pre>
</div>
</content>
</entry>
<entry>
<title>py: flake8 fixes</title>
<updated>2019-07-29T20:14:23+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-29T02:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d7b04ae7a713412ac2882d1c6c2fce70ebb5766e'/>
<id>d7b04ae7a713412ac2882d1c6c2fce70ebb5766e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: autopep8</title>
<updated>2019-07-29T20:14:23+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-29T02:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=97ce776e7ba68d1966fddba475b11e85a6c53420'/>
<id>97ce776e7ba68d1966fddba475b11e85a6c53420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pvscheck.sh: Remove --verbose flag #10473</title>
<updated>2019-07-12T09:36:19+00:00</updated>
<author>
<name>Ihor Antonov</name>
<email>ngortheone@users.noreply.github.com</email>
</author>
<published>2019-07-12T09:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dd94165f4ea9bbd36f382ff28adc29778411f810'/>
<id>dd94165f4ea9bbd36f382ff28adc29778411f810</id>
<content type='text'>
pvscheck.sh gives error:
    Flag could not be matched: verbose
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pvscheck.sh gives error:
    Flag could not be matched: verbose
</pre>
</div>
</content>
</entry>
</feed>
