<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc, branch v0.3.7</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>doc: mention "pynvim" module rename</title>
<updated>2019-03-26T22:07:04+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-03-21T11:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=947069ba1438e9d13e2db30f2aeaa05824c876d2'/>
<id>947069ba1438e9d13e2db30f2aeaa05824c876d2</id>
<content type='text'>
closes #9764
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #9764
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Remove {Nvim} tag</title>
<updated>2018-12-30T20:09:39+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-09T01:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e834660b2b7f273c4fa7c6279ec999e1a167d94a'/>
<id>e834660b2b7f273c4fa7c6279ec999e1a167d94a</id>
<content type='text'>
The purpose of the {Nvim} hint was not well-defined, and its usage
inconsistent.  It's also unnecessary.

Nvim-Vim differences are centralized at:
    :help vim-differences
Removed things are centralized at:
    :help deprecated
Developer guidelines for documentation are listed at:
    :help dev-doc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The purpose of the {Nvim} hint was not well-defined, and its usage
inconsistent.  It's also unnecessary.

Nvim-Vim differences are centralized at:
    :help vim-differences
Removed things are centralized at:
    :help deprecated
Developer guidelines for documentation are listed at:
    :help dev-doc
</pre>
</div>
</content>
</entry>
<entry>
<title>doc</title>
<updated>2018-12-30T20:09:39+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-09T00:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4ba8266ab1212a9c1e3250f3785061ee8d52043e'/>
<id>4ba8266ab1212a9c1e3250f3785061ee8d52043e</id>
<content type='text'>
- CMake features
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CMake features
</pre>
</div>
</content>
</entry>
<entry>
<title>startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if it exists</title>
<updated>2018-12-16T17:05:47+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2018-12-16T04:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=314f6ea3678c09f9824242a10abbe4a2fb2ccff3'/>
<id>314f6ea3678c09f9824242a10abbe4a2fb2ccff3</id>
<content type='text'>
Closes #8994
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #8994
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.1445: cannot act on edits in the command line</title>
<updated>2018-12-12T09:25:36+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-01-31T15:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6c602be33a5176fd1101e8cff45dd2a85b0e512e'/>
<id>6c602be33a5176fd1101e8cff45dd2a85b0e512e</id>
<content type='text'>
Problem:    Cannot act on edits in the command line.
Solution:   Add the CmdlineChanged autocommand event. (xtal8, closes vim/vim#2603,
            closes vim/vim#2524)

https://github.com/vim/vim/commit/153b704e20f9c269450a7d3ea8cafcf942579ab7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot act on edits in the command line.
Solution:   Add the CmdlineChanged autocommand event. (xtal8, closes vim/vim#2603,
            closes vim/vim#2524)

https://github.com/vim/vim/commit/153b704e20f9c269450a7d3ea8cafcf942579ab7
</pre>
</div>
</content>
</entry>
<entry>
<title>provider: repurpose E319</title>
<updated>2018-12-12T00:26:21+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-11T23:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=61d0dfee32ce9a9fb2497b02558df02eabb61d1b'/>
<id>61d0dfee32ce9a9fb2497b02558df02eabb61d1b</id>
<content type='text'>
In Vim (and some vestigial parts of Nvim) E319 was a placeholder for
ex_ni commands, i.e. commands that are only available in certain builds
of Vim.  That is obviously counter to Nvim's goals: all Nvim commands
are available on all platforms and build types (the remaining ex_ni
commands are actually just missing providers).

We need an error id for "missing provider", so it makes sense to use
E319 for that purpose.

ref #9344
ref #3577
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Vim (and some vestigial parts of Nvim) E319 was a placeholder for
ex_ni commands, i.e. commands that are only available in certain builds
of Vim.  That is obviously counter to Nvim's goals: all Nvim commands
are available on all platforms and build types (the remaining ex_ni
commands are actually just missing providers).

We need an error id for "missing provider", so it makes sense to use
E319 for that purpose.

ref #9344
ref #3577
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #9306 'vim-patch: integrate xdiff library'</title>
<updated>2018-12-09T22:07:28+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-09T22:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=20620bae76deddd892df2d33f9e745efd5d8598b'/>
<id>20620bae76deddd892df2d33f9e745efd5d8598b</id>
<content type='text'>
closes #1466
closes #1007
closes #1391
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #1466
closes #1007
closes #1391
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0397: no event triggered after updating diffs</title>
<updated>2018-12-09T17:45:56+00:00</updated>
<author>
<name>Anatolii Sakhnik</name>
<email>sakhnik@gmail.com</email>
</author>
<published>2018-12-09T17:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887'/>
<id>2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887</id>
<content type='text'>
Problem:    No event triggered after updating diffs.
Solution:   Add the DiffUpdated event.

https://github.com/vim/vim/commit/e8fa05b5bc2d6d76bf5af50176a63655d00d1110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No event triggered after updating diffs.
Solution:   Add the DiffUpdated event.

https://github.com/vim/vim/commit/e8fa05b5bc2d6d76bf5af50176a63655d00d1110
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0360: using an external diff program is slow and inflexible</title>
<updated>2018-12-09T17:45:56+00:00</updated>
<author>
<name>Anatolii Sakhnik</name>
<email>sakhnik@gmail.com</email>
</author>
<published>2018-12-02T20:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cf1ffa91667a482c6355f5999b9e97ccc0b4126a'/>
<id>cf1ffa91667a482c6355f5999b9e97ccc0b4126a</id>
<content type='text'>
Problem:    Using an external diff program is slow and inflexible.
Solution:   Include the xdiff library. (Christian Brabandt)
            Use it by default.

https://github.com/vim/vim/commit/e828b7621cf9065a3582be0c4dd1e0e846e335bf

vim-patch:8.1.0360
vim-patch:8.1.0364
vim-patch:8.1.0366
vim-patch:8.1.0370
vim-patch:8.1.0377
vim-patch:8.1.0378
vim-patch:8.1.0381
vim-patch:8.1.0396
vim-patch:8.1.0432
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using an external diff program is slow and inflexible.
Solution:   Include the xdiff library. (Christian Brabandt)
            Use it by default.

https://github.com/vim/vim/commit/e828b7621cf9065a3582be0c4dd1e0e846e335bf

vim-patch:8.1.0360
vim-patch:8.1.0364
vim-patch:8.1.0366
vim-patch:8.1.0370
vim-patch:8.1.0377
vim-patch:8.1.0378
vim-patch:8.1.0381
vim-patch:8.1.0396
vim-patch:8.1.0432
</pre>
</div>
</content>
</entry>
<entry>
<title>doc (#9288)</title>
<updated>2018-12-09T00:31:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-09T00:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=857a7312d015350c9637548310c7a187637d3ca4'/>
<id>857a7312d015350c9637548310c7a187637d3ca4</id>
<content type='text'>
- misc
- doc: `:help config`. closes #9329
- cleanup test/README.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- misc
- doc: `:help config`. closes #9329
- cleanup test/README.md</pre>
</div>
</content>
</entry>
</feed>
