<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/unit, branch v0.3.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>lint</title>
<updated>2018-04-28T09:01:16+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-04-28T09:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4744142fad9209a1adaa190b9bf16ddcbcb67ca9'/>
<id>4744142fad9209a1adaa190b9bf16ddcbcb67ca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/unit/undo_spec.lua: fixup after rebase #4985</title>
<updated>2018-04-27T11:06:41+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-04-27T08:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bd17ef75b34b0ca10b795b705ffa82cc4eb30ee9'/>
<id>bd17ef75b34b0ca10b795b705ffa82cc4eb30ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/unit: some unit tests for undo.c #4985</title>
<updated>2018-04-27T11:06:31+00:00</updated>
<author>
<name>Christopher Waldon</name>
<email>christopher.waldon.dev@gmail.com</email>
</author>
<published>2016-06-22T00:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=34f29ac858d00b9724254a5fa0ca0fda49b1303e'/>
<id>34f29ac858d00b9724254a5fa0ca0fda49b1303e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into s-dash-stdin</title>
<updated>2018-04-14T19:17:51+00:00</updated>
<author>
<name>b-r-o-c-k</name>
<email>brockmammen@gmail.com</email>
</author>
<published>2018-04-14T19:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ad999eaa775d7d4b0cacedb30c6ea3a0ee699a6f'/>
<id>ad999eaa775d7d4b0cacedb30c6ea3a0ee699a6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor/rename: path_try_shorten_fname()</title>
<updated>2018-03-24T13:17:40+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-03-24T12:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ae41442088a4b1b1cd324b683defd87998ba75c'/>
<id>7ae41442088a4b1b1cd324b683defd87998ba75c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor/rename: path_is_absolute()</title>
<updated>2018-03-24T13:17:40+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-03-24T10:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=998a16c926623a667ecb0228f4a6cd8ba1e90201'/>
<id>998a16c926623a667ecb0228f4a6cd8ba1e90201</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unittest: Ignore all _Float-prefixed types (#8067)</title>
<updated>2018-02-25T09:23:12+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2018-02-25T09:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=158f8b7ce3051127918148f7f8e9892a4c9ae34f'/>
<id>158f8b7ce3051127918148f7f8e9892a4c9ae34f</id>
<content type='text'>
Previously, we ignored only _Float128. But glibc 2.27 added _Float32
and _Float32x.  Rather than play whack-a-mole, ignore everything.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we ignored only _Float128. But glibc 2.27 added _Float32
and _Float32x.  Rather than play whack-a-mole, ignore everything.</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Make format_string('%q', ...) output more stable</title>
<updated>2018-02-02T12:28:56+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-02-01T22:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2316a38dd117b0bbd3b6ebb04856029c227633f6'/>
<id>2316a38dd117b0bbd3b6ebb04856029c227633f6</id>
<content type='text'>
It appears to be different on lua and luajit.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears to be different on lua and luajit.</pre>
</div>
</content>
</entry>
<entry>
<title>os/input.c: parse keycodes in non-string context #7411</title>
<updated>2018-01-18T00:37:51+00:00</updated>
<author>
<name>lePerdu</name>
<email>zdpeltzer@gmail.com</email>
</author>
<published>2017-10-18T22:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bc17ad31dccb446fc24e0f6bb3cb2149ce951ae5'/>
<id>bc17ad31dccb446fc24e0f6bb3cb2149ce951ae5</id>
<content type='text'>
cb02137dfac7 had two mistakes, of the same nature: trans_special() must
be invoked with in_string=false unless the parsing context is a VimL
string. replace_termcodes() and input_enqueue() are low-level
mechanisms where VimL strings do not exist.

keymap.c: adjust double-quote case to satisfy keymap_spec.lua

closes #7410
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cb02137dfac7 had two mistakes, of the same nature: trans_special() must
be invoked with in_string=false unless the parsing context is a VimL
string. replace_termcodes() and input_enqueue() are low-level
mechanisms where VimL strings do not exist.

keymap.c: adjust double-quote case to satisfy keymap_spec.lua

closes #7410
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Provide list length when allocating lists</title>
<updated>2018-01-13T22:33:16+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-01-02T21:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9ea1752d60589e8fc5e7184144bc6d1c1b9f16a3'/>
<id>9ea1752d60589e8fc5e7184144bc6d1c1b9f16a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
