<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v7.4.445</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>updated for version 7.4.445</title>
<updated>2014-09-19T11:46:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-19T11:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=714db3bb819bb7f9f52270f2352b274bba3a9ff4'/>
<id>714db3bb819bb7f9f52270f2352b274bba3a9ff4</id>
<content type='text'>
Problem:    Clipboard may be cleared on startup.
Solution:   Set clip_did_set_selection to -1 during startup. (Christian
            Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clipboard may be cleared on startup.
Solution:   Set clip_did_set_selection to -1 during startup. (Christian
            Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.444</title>
<updated>2014-09-15T12:25:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-15T12:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=103650de9083ba5451869a3f8ed729ba47746b3a'/>
<id>103650de9083ba5451869a3f8ed729ba47746b3a</id>
<content type='text'>
Problem:    Reversed question mark not recognized as punctuation. (Issue 258)
Solution:   Add the Supplemental Punctuation range.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Reversed question mark not recognized as punctuation. (Issue 258)
Solution:   Add the Supplemental Punctuation range.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.443</title>
<updated>2014-09-11T20:50:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-11T20:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3516928c75f38e4304b76f0697175dbb055af6a2'/>
<id>3516928c75f38e4304b76f0697175dbb055af6a2</id>
<content type='text'>
Problem:    Error reported by ubsan when running test 72.
Solution:   Add type cast to unsigned. (Dominique Pelle)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error reported by ubsan when running test 72.
Solution:   Add type cast to unsigned. (Dominique Pelle)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.442</title>
<updated>2014-09-09T21:11:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-09T21:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3089a1068dd5a0645cea0df09a1c8a1f00146649'/>
<id>3089a1068dd5a0645cea0df09a1c8a1f00146649</id>
<content type='text'>
Problem:    Using unitinialized variable.
Solution:   Pass the first window of the tabpage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using unitinialized variable.
Solution:   Pass the first window of the tabpage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files.</title>
<updated>2014-09-09T16:48:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-09T16:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6e932461cb702368d98c846528ee8f30e3a46e27'/>
<id>6e932461cb702368d98c846528ee8f30e3a46e27</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.4.441</title>
<updated>2014-09-09T16:45:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-09T16:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=58da707d2412f60eb5c0e158ade48dd8a13c96ed'/>
<id>58da707d2412f60eb5c0e158ade48dd8a13c96ed</id>
<content type='text'>
Problem:    Endless loop and other problems when 'cedit' is set to CTRL-C.
Solution:   Do not call ex_window() when ex_normal_busy or got_int was set.
            (Yasuhiro Matsumoto)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Endless loop and other problems when 'cedit' is set to CTRL-C.
Solution:   Do not call ex_window() when ex_normal_busy or got_int was set.
            (Yasuhiro Matsumoto)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.440</title>
<updated>2014-09-09T16:29:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-09T16:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=834def3872425b04aa0f52f868d056e60e614516'/>
<id>834def3872425b04aa0f52f868d056e60e614516</id>
<content type='text'>
Problem:    Omni complete popup drawn incorrectly.
Solution:   Call validate_cursor() instead of check_cursor(). (Hirohito
            Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Omni complete popup drawn incorrectly.
Solution:   Call validate_cursor() instead of check_cursor(). (Hirohito
            Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.439</title>
<updated>2014-09-09T15:47:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-09T15:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f638cbce7623e2233f7912a9493cd51e6adff159'/>
<id>f638cbce7623e2233f7912a9493cd51e6adff159</id>
<content type='text'>
Problem:    Duplicate message in message history.  Some quickfix messages
            appear twice. (Gary Johnson)
Solution:   Do not reset keep_msg too early. (Hirohito Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Duplicate message in message history.  Some quickfix messages
            appear twice. (Gary Johnson)
Solution:   Do not reset keep_msg too early. (Hirohito Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.438</title>
<updated>2014-09-09T15:33:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-09T15:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5a4eceb02a12f1746b84eea680ddb511924248ac'/>
<id>5a4eceb02a12f1746b84eea680ddb511924248ac</id>
<content type='text'>
Problem:    Cached values for 'cino' not reset for ":set all&amp;".
Solution:   Call parse_cino(). (Yukihiro Nakadaira)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cached values for 'cino' not reset for ":set all&amp;".
Solution:   Call parse_cino(). (Yukihiro Nakadaira)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.437</title>
<updated>2014-09-09T15:18:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-09T15:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fb031407304b82b49f6f367bfba31f602837fc49'/>
<id>fb031407304b82b49f6f367bfba31f602837fc49</id>
<content type='text'>
Problem:    New and old regexp engine are not consistent.
Solution:   Also give an error for "\ze*" for the old regexp engine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    New and old regexp engine are not consistent.
Solution:   Also give an error for "\ze*" for the old regexp engine.
</pre>
</div>
</content>
</entry>
</feed>
