<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc/Makefile, branch master</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>build/doc: generate vimindex.html</title>
<updated>2018-08-25T13:25:49+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-08-25T13:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ff18d3b82737cff850e8576d67025283d61e8cb7'/>
<id>ff18d3b82737cff850e8576d67025283d61e8cb7</id>
<content type='text'>
This note in runtime/doc/Makefile explains the special-case:

    index.html is the starting point for HTML, but for the help files it
    is help.txt.  Therefore use vimindex.html for index.txt.

fix #8907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This note in runtime/doc/Makefile explains the special-case:

    index.html is the starting point for HTML, but for the help files it
    is help.txt.  Therefore use vimindex.html for index.txt.

fix #8907
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Make clean targets more thorough</title>
<updated>2016-12-03T01:38:55+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-12-03T01:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da'/>
<id>d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: define `doc_html` task</title>
<updated>2016-06-06T15:04:05+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-06-05T06:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=af161dcfb88f2a6886f9e0a7fbfe24cd58c3f658'/>
<id>af161dcfb88f2a6886f9e0a7fbfe24cd58c3f658</id>
<content type='text'>
Defines a dependency on the doc tags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defines a dependency on the doc tags.
</pre>
</div>
</content>
</entry>
<entry>
<title>Be more explicit about the lack of X11 integration</title>
<updated>2015-11-11T01:10:55+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-10T06:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2fbcc9ab769ee5f86a649824f59e0e008e072fb6'/>
<id>2fbcc9ab769ee5f86a649824f59e0e008e072fb6</id>
<content type='text'>
I don't want anyone getting the idea that the `-X` flag they might have
used has anything to do with why the `+` is working for them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't want anyone getting the idea that the `-X` flag they might have
used has anything to do with why the `+` is working for them
</pre>
</div>
</content>
</entry>
<entry>
<title>Man pages: Move to nvim namespace and out of `runtime/`</title>
<updated>2015-05-13T22:16:51+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-05-11T21:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0086c0a53b17d99bb336832f45899ee1fb6a67b7'/>
<id>0086c0a53b17d99bb336832f45899ee1fb6a67b7</id>
<content type='text'>
Also clean up man page references in `runtime/doc/Makefile` as it
doesn't deal with them anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also clean up man page references in `runtime/doc/Makefile` as it
doesn't deal with them anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime/doc/Makefile: Use `wildcard`</title>
<updated>2015-04-17T00:22:05+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-04-11T02:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=785a91f3dafaac3183c29cbbba91af575aa64397'/>
<id>785a91f3dafaac3183c29cbbba91af575aa64397</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused 'if_[language].txt': Clean up</title>
<updated>2015-04-10T20:38:11+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-03-25T21:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5bc151c2a401aa2b91adc783b9155895c6a483d1'/>
<id>5bc151c2a401aa2b91adc783b9155895c6a483d1</id>
<content type='text'>
Regarding |script-here|: despite being a language agnostic piece of
advice, it was in `if_perl.txt`. Regardless, we now only have one
support for one legacy plugin interface, so put it in `if_pyth.txt`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regarding |script-here|: despite being a language agnostic piece of
advice, it was in `if_perl.txt`. Regardless, we now only have one
support for one legacy plugin interface, so put it in `if_pyth.txt`
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Begin terminal emulator documentation</title>
<updated>2015-03-29T23:35:45+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2015-03-28T15:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b94f29004b8d74e80156853695a1aaeec857085d'/>
<id>b94f29004b8d74e80156853695a1aaeec857085d</id>
<content type='text'>
With some spacing/indentation fixes.

Helped by: @Pyrohh, @kopischke
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With some spacing/indentation fixes.

Helped by: @Pyrohh, @kopischke
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Introduce vim-differences #2141</title>
<updated>2015-03-26T21:36:40+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-01-30T12:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64'/>
<id>c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64</id>
<content type='text'>
This documents the differences between nvim and nvim.

Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This documents the differences between nvim and nvim.

Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vimdiff</title>
<updated>2015-02-03T20:15:54+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-01-20T00:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3'/>
<id>7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3</id>
<content type='text'>
While we're here:
- Remove references to the '+diff' feature, which has since been made
  non-optional.
- Update a few Vim instances with Nvim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While we're here:
- Remove references to the '+diff' feature, which has since been made
  non-optional.
- Update a few Vim instances with Nvim.
</pre>
</div>
</content>
</entry>
</feed>
