<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc, branch v0.1.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>vim-patch:7.4.631</title>
<updated>2015-11-30T22:54:35+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2015-11-29T08:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=41523c28e7489e8e9148371ffb5ea95f6f14bc5d'/>
<id>41523c28e7489e8e9148371ffb5ea95f6f14bc5d</id>
<content type='text'>
Problem:    The default conceal character is documented to be a space but it's
            initially a dash. (Christian Brabandt)
Solution:   Make the intial value a space.

https://github.com/vim/vim/commit/4a427106954857c6f84c0b0dc07725e302a433c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The default conceal character is documented to be a space but it's
            initially a dash. (Christian Brabandt)
Solution:   Make the intial value a space.

https://github.com/vim/vim/commit/4a427106954857c6f84c0b0dc07725e302a433c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3724 from ZyX-I/fix-3635</title>
<updated>2015-11-27T23:06:52+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-11-27T23:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b9139e009f3eb833ab57e73d1ecdbe68752112fe'/>
<id>b9139e009f3eb833ab57e73d1ecdbe68752112fe</id>
<content type='text'>
shada: Do not save unlisted and quickfix buffers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
shada: Do not save unlisted and quickfix buffers</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3741 from Pyrohh/doc-rm-todo</title>
<updated>2015-11-27T19:54:59+00:00</updated>
<author>
<name>Michael Reed</name>
<email>Pyrohh@users.noreply.github.com</email>
</author>
<published>2015-11-27T19:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=951714ede63beb324c3ffb4d326ba1c5a47a36ea'/>
<id>951714ede63beb324c3ffb4d326ba1c5a47a36ea</id>
<content type='text'>
[RFC] doc: Remove todo.txt</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[RFC] doc: Remove todo.txt</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'antialias' remnants</title>
<updated>2015-11-25T19:56:08+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-24T21:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f7c47705723fcd76932ed6c1a6da4285362ba742'/>
<id>f7c47705723fcd76932ed6c1a6da4285362ba742</id>
<content type='text'>
It never did anything (see `:h hidden-options`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It never did anything (see `:h hidden-options`).
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Remove todo.txt</title>
<updated>2015-11-25T19:55:28+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-24T20:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9a349f9f3ed4aa32eb76a1d0fdfd0b57acad2625'/>
<id>9a349f9f3ed4aa32eb76a1d0fdfd0b57acad2625</id>
<content type='text'>
It's not documentation in the same sense as the majority of files in
runtime/doc, so is of little use to most users and should probably not
be installed alongside the "real" documentation.

It may be full of good ideas, but it's also full of things which are no
longer applicable to Nvim, such as references to platforms we no longer
support (e.g., MS-DOS), Vi compatibility, Autoconf, the Perl interface,
etc.

If someone is looking for things to fix or improve, the GitHub issue
tracker should prove useful, and, unlike todo.txt, the issues are
generally much more relevant to Nvim.  Besides all that, removing
todo.txt makes porting runtime patches a bit easier.

refs #2911, discussed briefly in #2608 and #2553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's not documentation in the same sense as the majority of files in
runtime/doc, so is of little use to most users and should probably not
be installed alongside the "real" documentation.

It may be full of good ideas, but it's also full of things which are no
longer applicable to Nvim, such as references to platforms we no longer
support (e.g., MS-DOS), Vi compatibility, Autoconf, the Perl interface,
etc.

If someone is looking for things to fix or improve, the GitHub issue
tracker should prove useful, and, unlike todo.txt, the issues are
generally much more relevant to Nvim.  Besides all that, removing
todo.txt makes porting runtime patches a bit easier.

refs #2911, discussed briefly in #2608 and #2553
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/vi_diff.txt: Remove unneeded opening paragraph</title>
<updated>2015-11-24T20:41:35+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-24T00:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=835d2c132db41856a4e0e9d90b8df2b4005ce385'/>
<id>835d2c132db41856a4e0e9d90b8df2b4005ce385</id>
<content type='text'>
All `{not in Vi}' tags have been removed, so the first sentence is no
longer true.  As for the second sentence, the header ("Differences
between Vim and Vi") is already self-explanatory, so it can be removed
as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All `{not in Vi}' tags have been removed, so the first sentence is no
longer true.  As for the second sentence, the header ("Differences
between Vim and Vi") is already self-explanatory, so it can be removed
as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/vi_diff.txt: Remove remaining "{Vi: ...}" note</title>
<updated>2015-11-24T20:41:35+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-24T19:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ced7ee5b00e23b2338d9410964293d81ee817fd2'/>
<id>ced7ee5b00e23b2338d9410964293d81ee817fd2</id>
<content type='text'>
We don't care about Vi here, only Vim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't care about Vi here, only Vim.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Remove some Vi-compatibility stuff</title>
<updated>2015-11-24T20:40:56+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-24T17:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3618240480ddd833f3ea1569115e32980220dec9'/>
<id>3618240480ddd833f3ea1569115e32980220dec9</id>
<content type='text'>
This stuff is no longer relevant, as we don't care about Vi
compatibility just for the sake of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This stuff is no longer relevant, as we don't care about Vi
compatibility just for the sake of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/develop.txt: Remove "coding-style" section</title>
<updated>2015-11-24T17:08:14+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-23T23:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=69770c6cc6989f2441980c270662f07ba0074e7f'/>
<id>69770c6cc6989f2441980c270662f07ba0074e7f</id>
<content type='text'>
By and large, it's very outdated, and we already have a style guide
available online (see CONTRIBUTING.md).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By and large, it's very outdated, and we already have a style guide
available online (see CONTRIBUTING.md).
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/develop.txt: Mention src/nvim/README.md</title>
<updated>2015-11-24T17:08:14+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-23T23:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d9e7a5a4cfc39dfc0821b9076959b7324067ede0'/>
<id>d9e7a5a4cfc39dfc0821b9076959b7324067ede0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
