<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/integration.c, 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.1312: balloon_show() only works in terminal when compiled with GUI</title>
<updated>2017-11-18T21:13:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-11-18T21:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c3719bd87beca9f72d2e9f11e36d561c2c3b57b0'/>
<id>c3719bd87beca9f72d2e9f11e36d561c2c3b57b0</id>
<content type='text'>
Problem:    balloon_show() only works in terminal when compiled with the GUI.
Solution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI
            specific file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    balloon_show() only works in terminal when compiled with the GUI.
Solution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI
            specific file.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2293</title>
<updated>2016-08-29T20:49:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-29T20:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=edf3f97ae2af024708ebb4ac614227327033ca47'/>
<id>edf3f97ae2af024708ebb4ac614227327033ca47</id>
<content type='text'>
Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1416</title>
<updated>2016-02-25T14:25:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-02-25T14:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=669cac0a805333e69b9e1176425083914eada659'/>
<id>669cac0a805333e69b9e1176425083914eada659</id>
<content type='text'>
Problem:    Using "u_char" intead of "char_u", which doesn't work everywhere.
            (Jörg Plate)
Solution:   Use "char_u" always.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using "u_char" intead of "char_u", which doesn't work everywhere.
            (Jörg Plate)
Solution:   Use "char_u" always.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1208</title>
<updated>2016-01-30T16:24:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-01-30T16:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=68c2f638e65d914dc6e84eb7ce2624f08af525c0'/>
<id>68c2f638e65d914dc6e84eb7ce2624f08af525c0</id>
<content type='text'>
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.087</title>
<updated>2010-12-17T19:24:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-12-17T19:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b57aa92d2c6e0eb6cd539a1744658d3b4e7b0f5a'/>
<id>b57aa92d2c6e0eb6cd539a1744658d3b4e7b0f5a</id>
<content type='text'>
Problem:    EINTR is not always defined.
Solution:   Include errno.h in vim.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    EINTR is not always defined.
Solution:   Include errno.h in vim.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code.</title>
<updated>2010-08-08T14:38:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-08-08T14:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=09092155a66388bbd7be8d16debb35abfcfae700'/>
<id>09092155a66388bbd7be8d16debb35abfcfae700</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>Optimize the blowfish crypt/decrypt code a bit more.</title>
<updated>2010-06-02T18:32:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-06-02T18:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bbd6afe03e138886f70989f31be110726ca077d8'/>
<id>bbd6afe03e138886f70989f31be110726ca077d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninit memory read in undo code.  Fix uint32_t in proto file.</title>
<updated>2010-05-24T09:59:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-05-24T09:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7db5fc838a7f701e495d41b0ff6a070591c84340'/>
<id>7db5fc838a7f701e495d41b0ff6a070591c84340</id>
<content type='text'>
A few minor changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few minor changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.2.327</title>
<updated>2010-01-06T17:25:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-01-06T17:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ba07ce32cc979417ae41cb7be48ba35c9b4809cd'/>
<id>ba07ce32cc979417ae41cb7be48ba35c9b4809cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
