<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/proto/diff.pro, branch v8.1.0354</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.0.1361: some users don't want to diff with hidden buffers</title>
<updated>2017-12-01T19:35:58+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-12-01T19:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=97ce419201421f65f4764549ed80307a7ef9c7a6'/>
<id>97ce419201421f65f4764549ed80307a7ef9c7a6</id>
<content type='text'>
Problem:    Some users don't want to diff with hidden buffers.
Solution:   Add the "hiddenoff" item to 'diffopt'. (Alisue, closes #2394)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some users don't want to diff with hidden buffers.
Solution:   Add the "hiddenoff" item to 'diffopt'. (Alisue, closes #2394)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0044</title>
<updated>2016-10-18T12:50:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-10-18T12:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=025e3e0bafbc85cc4e365145af711edf99d0a90d'/>
<id>025e3e0bafbc85cc4e365145af711edf99d0a90d</id>
<content type='text'>
Problem:    In diff mode the cursor may end up below the last line, resulting
            in an ml_get error.
Solution:   Check the line to be valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    In diff mode the cursor may end up below the last line, resulting
            in an ml_get error.
Solution:   Check the line to be valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1133</title>
<updated>2016-01-19T12:22:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-01-19T12:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ef26954a35207c3f17d6ed35d9a40c918d974892'/>
<id>ef26954a35207c3f17d6ed35d9a40c918d974892</id>
<content type='text'>
Problem:    Generated function prototypes still have __ARGS().
Solution:   Generate function prototypes without __ARGS().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Generated function prototypes still have __ARGS().
Solution:   Generate function prototypes without __ARGS().
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.490</title>
<updated>2014-10-31T12:54:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-10-31T12:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6a64365c952895ecc2219b303d9bf64dabf8f2e7'/>
<id>6a64365c952895ecc2219b303d9bf64dabf8f2e7</id>
<content type='text'>
Problem:    Cannot specify the buffer to use for "do" and "dp", making them
            useless for three-way diff.
Solution:   Use the count as the buffer number. (James McCoy)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot specify the buffer to use for "do" and "dp", making them
            useless for three-way diff.
Solution:   Use the count as the buffer number. (James McCoy)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make automatic prototype generation work with more interfaces.</title>
<updated>2010-07-18T16:04:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-07-18T16:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239'/>
<id>6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the conceal patch from Vince Negri.</title>
<updated>2010-06-05T21:22:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-06-05T21:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=860cae1cec85aeb06668a2b071727c43869acf15'/>
<id>860cae1cec85aeb06668a2b071727c43869acf15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.1a</title>
<updated>2007-05-05T17:54:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2007-05-05T17:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9964e468c0209f6b8286e0b08109817c845a3079'/>
<id>9964e468c0209f6b8286e0b08109817c845a3079</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0b</title>
<updated>2006-03-24T22:21:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2006-03-24T22:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c01140a1a069caf3ced83eac7d4866048c4b723e'/>
<id>c01140a1a069caf3ced83eac7d4866048c4b723e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0225</title>
<updated>2006-03-15T22:53:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2006-03-15T22:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5671873089d516a10c79733182797075071eb5f3'/>
<id>5671873089d516a10c79733182797075071eb5f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0200</title>
<updated>2006-02-17T21:45:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2006-02-17T21:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=49d7bf13e0d7e656ac246ec1dd7309560b070289'/>
<id>49d7bf13e0d7e656ac246ec1dd7309560b070289</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
