<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts, branch v0.2.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.sh: avoid creating *.orig files</title>
<updated>2017-11-07T21:33:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T19:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ea51f08276ce7c9386b88b320fd63ae71324351a'/>
<id>ea51f08276ce7c9386b88b320fd63ae71324351a</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: remove vimrc_example.vim</title>
<updated>2017-11-07T19:38:04+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T19:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3a7feb69897ad081cbe4a782b08176084df6e386'/>
<id>3a7feb69897ad081cbe4a782b08176084df6e386</id>
<content type='text'>
vimrc_example.vim is not relevant to Nvim. Anything worth having in
there should be made an actual default.

.gitignore:
  - remove *.orig ... super annoying
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vimrc_example.vim is not relevant to Nvim. Anything worth having in
there should be made an actual default.

.gitignore:
  - remove *.orig ... super annoying
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: new option `-P`</title>
<updated>2017-11-06T23:54:05+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T23:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dc9290109481e5e0d0c224fecb217ceb5a4c978d'/>
<id>dc9290109481e5e0d0c224fecb217ceb5a4c978d</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 (generated)</title>
<updated>2017-11-06T03:51:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T01:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=280943d9b938e95fcf77ef5290576630b84511fb'/>
<id>280943d9b938e95fcf77ef5290576630b84511fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc.py: workaround: attributes of (void) functions</title>
<updated>2017-11-06T03:27:31+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T03:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e59b897c150e4d43af223aa47da115ee8beb653'/>
<id>7e59b897c150e4d43af223aa47da115ee8beb653</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc.py: support Doxygen @note</title>
<updated>2017-11-06T03:16:07+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T02:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7984959ef521bd06332d67a27b6b2ea07ffea43f'/>
<id>7984959ef521bd06332d67a27b6b2ea07ffea43f</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: Exclude testdir/ files from src/ file pruning</title>
<updated>2017-09-27T12:20:43+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-09-27T12:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e6d4b7686ca31d44de854bdfd417da083fea5fc4'/>
<id>e6d4b7686ca31d44de854bdfd417da083fea5fc4</id>
<content type='text'>
Without the testdir/ exclusion, all directories under src/ were affected
by this cleanup.  However, testdir/ has its own pruning that happens
later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without the testdir/ exclusion, all directories under src/ were affected
by this cleanup.  However, testdir/ has its own pruning that happens
later.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: "terminal" always means "embedded terminal emulator"</title>
<updated>2017-08-02T22:29:51+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-03-14T23:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8aa0dfd684266f8b3ab87018d6b59ff66e3ad1cf'/>
<id>8aa0dfd684266f8b3ab87018d6b59ff66e3ad1cf</id>
<content type='text'>
- Prefer "TUI" where possible to refer to the host terminal.
- Remove obsolete tags and ancient TTY exposition.
- Establish "terminal" to consistently mean "terminal emulator" in all
  Nvim documentation. This removes the need for verbose qualifiers in
  tags and prose.

References #6280
References #6803
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Prefer "TUI" where possible to refer to the host terminal.
- Remove obsolete tags and ancient TTY exposition.
- Establish "terminal" to consistently mean "terminal emulator" in all
  Nvim documentation. This removes the need for verbose qualifiers in
  tags and prose.

References #6280
References #6803
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: only show missing patches</title>
<updated>2017-07-15T12:34:24+00:00</updated>
<author>
<name>lonerover</name>
<email>pathfinder1644@yahoo.com</email>
</author>
<published>2017-07-15T12:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e3a2b7220f642aa34c38e6679051caba1cfe3c29'/>
<id>e3a2b7220f642aa34c38e6679051caba1cfe3c29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Vim version to 8.0 and applied patches</title>
<updated>2017-07-14T10:44:06+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-04-09T02:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=06ec15121a4da439684cfa1909d920c3f22f2894'/>
<id>06ec15121a4da439684cfa1909d920c3f22f2894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
