<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/ui, 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>Mark "shell command :! throttles shell-command output greater than ~10KB" fragile</title>
<updated>2019-01-01T16:27:52+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T16:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2fbe28bc058d142e4374999548ef2ff7b4fbc215'/>
<id>2fbe28bc058d142e4374999548ef2ff7b4fbc215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark "feeding large chunks of input with &lt;Paste&gt;" fragile</title>
<updated>2019-01-01T16:27:23+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T16:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b5de158fdf02d84219eff651f978c66ab99f2b58'/>
<id>b5de158fdf02d84219eff651f978c66ab99f2b58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark ":substitute with inccommand during :terminal activity" fragile</title>
<updated>2019-01-01T16:26:56+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T16:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e53e56d5e5636ec183683fe394b271a2abcb58d8'/>
<id>e53e56d5e5636ec183683fe394b271a2abcb58d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>strings: make vim_snprintf handle %d correctly again</title>
<updated>2018-12-24T09:58:48+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-12-24T08:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=357e59982d014cccf14ccc092470250c011b8e44'/>
<id>357e59982d014cccf14ccc092470250c011b8e44</id>
<content type='text'>
This was broken in #9369 (4680ca2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was broken in #9369 (4680ca2)
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0562: parsing of 'diffopt' is slightly wrong</title>
<updated>2018-12-09T20:19:41+00:00</updated>
<author>
<name>Anatolii Sakhnik</name>
<email>sakhnik@gmail.com</email>
</author>
<published>2018-12-09T18:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4e2981081796c8618caa4bed30d12e1e8fc8ae08'/>
<id>4e2981081796c8618caa4bed30d12e1e8fc8ae08</id>
<content type='text'>
Problem:    Parsing of 'diffopt' is slightly wrong.
Solution:   Fix the parsing and add a test. (Jason Franklin, Christian
            Brabandt)

https://github.com/vim/vim/commit/b6fc72851c45a36a370f9516c68508e47b41c4c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Parsing of 'diffopt' is slightly wrong.
Solution:   Fix the parsing and add a test. (Jason Franklin, Christian
            Brabandt)

https://github.com/vim/vim/commit/b6fc72851c45a36a370f9516c68508e47b41c4c1
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0393: not all white space difference options available</title>
<updated>2018-12-09T17:45:56+00:00</updated>
<author>
<name>Anatolii Sakhnik</name>
<email>sakhnik@gmail.com</email>
</author>
<published>2018-12-09T13:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=972ad1119557a0f72f1907c6758d6ed56438e5b3'/>
<id>972ad1119557a0f72f1907c6758d6ed56438e5b3</id>
<content type='text'>
Problem:    Not all white space difference options available.
Solution:   Add "iblank", "iwhiteall" and "iwhiteeol" to 'diffopt'.

https://github.com/vim/vim/commit/785fc6567f572b8caefbc89ec29bbd8b801464ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all white space difference options available.
Solution:   Add "iblank", "iwhiteall" and "iwhiteeol" to 'diffopt'.

https://github.com/vim/vim/commit/785fc6567f572b8caefbc89ec29bbd8b801464ae
</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>api: make nvim_buf_set_virtual_text use correct namespace counter</title>
<updated>2018-12-07T16:31:05+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-12-07T16:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b4a04fd80c4a223a80257ca1670e1907a6a95fdd'/>
<id>b4a04fd80c4a223a80257ca1670e1907a6a95fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>screen: add missing status redraw when redraw_later(CLEAR) was used</title>
<updated>2018-12-05T09:57:43+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-12-05T09:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f1ce9b3be2ea1e9e1dc5c6206bc441b310feb28b'/>
<id>f1ce9b3be2ea1e9e1dc5c6206bc441b310feb28b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup: 35 col resize to scroll screen</title>
<updated>2018-12-01T05:15:11+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-12-01T05:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5c3488c937dfb86ee79b7c6da624bf848b9155b2'/>
<id>5c3488c937dfb86ee79b7c6da624bf848b9155b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
