<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v7.4.1608</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 7.4.1608</title>
<updated>2016-03-19T19:05:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T19:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5c29154b521e9948190be653cfda666ecbb63b5b'/>
<id>5c29154b521e9948190be653cfda666ecbb63b5b</id>
<content type='text'>
Problem:    string() doesn't handle a partial.
Solution:   Make a string from a partial.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    string() doesn't handle a partial.
Solution:   Make a string from a partial.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1607</title>
<updated>2016-03-19T18:38:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T18:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f0e86a0dbddc18568910e9e4aaae0cd88ca8087a'/>
<id>f0e86a0dbddc18568910e9e4aaae0cd88ca8087a</id>
<content type='text'>
Problem:    Comparing a function that exists on two dicts is not backwards
            compatible. (Thinca)
Solution:   Only compare the function, not what the partial adds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Comparing a function that exists on two dicts is not backwards
            compatible. (Thinca)
Solution:   Only compare the function, not what the partial adds.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1606</title>
<updated>2016-03-19T17:52:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T17:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=953cc7fb139dc2ba8590f8b03a095b63f4e1208f'/>
<id>953cc7fb139dc2ba8590f8b03a095b63f4e1208f</id>
<content type='text'>
Problem:    Having type() handle a Funcref that is or isn't a partial
            differently causes problems for existing scripts.
Solution:   Make type() return the same value. (Thinca)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Having type() handle a Funcref that is or isn't a partial
            differently causes problems for existing scripts.
Solution:   Make type() return the same value. (Thinca)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1605</title>
<updated>2016-03-19T17:44:08+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T17:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3905e291fe4375ca5c59efa9ffcb01a39c7be3a9'/>
<id>3905e291fe4375ca5c59efa9ffcb01a39c7be3a9</id>
<content type='text'>
Problem:    Catching exception that won't be thrown.
Solution:   Remove try/catch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Catching exception that won't be thrown.
Solution:   Remove try/catch.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1604</title>
<updated>2016-03-19T17:42:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T17:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3848e00e0177abdb31bc600234967863ec487233'/>
<id>3848e00e0177abdb31bc600234967863ec487233</id>
<content type='text'>
Problem:    Although emoji characters are ambiguous width, best is to treat
            them as full width.
Solution:   Update the Unicode character tables. Add the 'emoji' options.
            (Yasuhiro Matsumoto)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Although emoji characters are ambiguous width, best is to treat
            them as full width.
Solution:   Update the Unicode character tables. Add the 'emoji' options.
            (Yasuhiro Matsumoto)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1603</title>
<updated>2016-03-19T16:05:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T16:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bfb96c047b79b2aab5fd57a2472871508819f3ef'/>
<id>bfb96c047b79b2aab5fd57a2472871508819f3ef</id>
<content type='text'>
Problem:    Timer with an ":echo" command messes up display.
Solution:   Redraw depending on the mode. (Hirohito Higashi)  Avoid the more
            prompt being used recursively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Timer with an ":echo" command messes up display.
Solution:   Redraw depending on the mode. (Hirohito Higashi)  Avoid the more
            prompt being used recursively.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1602</title>
<updated>2016-03-19T15:24:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T15:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cff572abb922d49455b01484e99b98c371fa4560'/>
<id>cff572abb922d49455b01484e99b98c371fa4560</id>
<content type='text'>
Problem:    Info files take space in the top directory.
Solution:   Move them to "READMEdir".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Info files take space in the top directory.
Solution:   Move them to "READMEdir".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1601</title>
<updated>2016-03-19T15:09:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T15:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=818c9e7edfce339eff7cb357f2ec29a72afd1977'/>
<id>818c9e7edfce339eff7cb357f2ec29a72afd1977</id>
<content type='text'>
Problem:    README files take a lot of space in the top directory.
Solution:   Move most of them to "READMEdir".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    README files take a lot of space in the top directory.
Solution:   Move most of them to "READMEdir".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1600</title>
<updated>2016-03-19T14:25:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T14:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=062cc1857d1c990287384409332b2b050bc9c82e'/>
<id>062cc1857d1c990287384409332b2b050bc9c82e</id>
<content type='text'>
Problem:    libs directory is not useful.
Solution:   Remove arp.library, it was only for very old Amiga versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    libs directory is not useful.
Solution:   Remove arp.library, it was only for very old Amiga versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1599</title>
<updated>2016-03-19T14:15:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T14:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8a82c7fa5ec55b59782f7a7846d6152ccf3a22c7'/>
<id>8a82c7fa5ec55b59782f7a7846d6152ccf3a22c7</id>
<content type='text'>
Problem:    No link to Coverity.
Solution:   Add Coverity badge in README.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No link to Coverity.
Solution:   Add Coverity badge in README.
</pre>
</div>
</content>
</entry>
</feed>
