<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/screen.c, branch v7.4.783</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.783</title>
<updated>2015-07-17T11:22:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-07-17T11:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2536d4f396680f079e2cb96f9787a434846b5ce7'/>
<id>2536d4f396680f079e2cb96f9787a434846b5ce7</id>
<content type='text'>
Problem:    copy_chars() and copy_spaces() are inefficient.
Solution:   Use memset() instead. (Dominique Pelle)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    copy_chars() and copy_spaces() are inefficient.
Solution:   Use memset() instead. (Dominique Pelle)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.738</title>
<updated>2015-06-10T10:16:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-06-10T10:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d710e0d2478e7f813562bfb084406d524bfecd19'/>
<id>d710e0d2478e7f813562bfb084406d524bfecd19</id>
<content type='text'>
Problem:    Can't compile without the syntax highlighting feature.
Solution:   Add #ifdef around use of w_p_cul. (Hirohito Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't compile without the syntax highlighting feature.
Solution:   Add #ifdef around use of w_p_cul. (Hirohito Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.729</title>
<updated>2015-05-14T03:56:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-05-14T03:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0481fee48800817bee206bb2f958fe04be4d8db6'/>
<id>0481fee48800817bee206bb2f958fe04be4d8db6</id>
<content type='text'>
Problem:    Occasional crash with 'list' set.
Solution:   Fix off-by-one error. (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Occasional crash with 'list' set.
Solution:   Fix off-by-one error. (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.722</title>
<updated>2015-05-04T15:28:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-05-04T15:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=73284b973a013692dd1055cf210f3138a7f3c497'/>
<id>73284b973a013692dd1055cf210f3138a7f3c497</id>
<content type='text'>
Problem:    0x202f is not recognized as a non-breaking space character.
Solution:   Add 0x202f to the list. (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    0x202f is not recognized as a non-breaking space character.
Solution:   Add 0x202f to the list. (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.721</title>
<updated>2015-05-04T14:52:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-05-04T14:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d59c099120919d2d77b431308e390f86c594c825'/>
<id>d59c099120919d2d77b431308e390f86c594c825</id>
<content type='text'>
Problem:    When 'list' is set Visual mode does not highlight anything in
            empty lines. (mgaleski)
Solution:   Check the value of lcs_eol in another place. (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When 'list' is set Visual mode does not highlight anything in
            empty lines. (mgaleski)
Solution:   Check the value of lcs_eol in another place. (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.719</title>
<updated>2015-05-04T14:10:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-05-04T14:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c4dc286fe67f385043efddca1bb7196619df8fb2'/>
<id>c4dc286fe67f385043efddca1bb7196619df8fb2</id>
<content type='text'>
Problem:    Overflow when adding MAXCOL to a pointer.
Solution:   Subtract pointers instead. (James McCoy)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Overflow when adding MAXCOL to a pointer.
Solution:   Subtract pointers instead. (James McCoy)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.710</title>
<updated>2015-04-21T16:33:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-04-21T16:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=79278367337be1e9a12222698642dcce0af1e059'/>
<id>79278367337be1e9a12222698642dcce0af1e059</id>
<content type='text'>
Problem:    It is not possible to make spaces visibible in list mode.
Solution:   Add the "space" item to 'listchars'. (David Bürgin, issue 350)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    It is not possible to make spaces visibible in list mode.
Solution:   Add the "space" item to 'listchars'. (David Bürgin, issue 350)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.682</title>
<updated>2015-03-24T17:22:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-03-24T17:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=09deeb7c945d2677722df5b40959f97b646b6092'/>
<id>09deeb7c945d2677722df5b40959f97b646b6092</id>
<content type='text'>
Problem:    The search highlighting and match highlighting replaces the
            cursorline highlighting, this doesn't look good.
Solution:   Combine the highlighting. (Yasuhiro Matsumoto)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The search highlighting and match highlighting replaces the
            cursorline highlighting, this doesn't look good.
Solution:   Combine the highlighting. (Yasuhiro Matsumoto)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.671</title>
<updated>2015-03-21T13:20:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-03-21T13:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4df702999d14955255fcdfb820511767dcfec463'/>
<id>4df702999d14955255fcdfb820511767dcfec463</id>
<content type='text'>
Problem:    Warning for shadowing a variable.
Solution:   Rename off to mb_off. (Kazunobu Kuriyama)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warning for shadowing a variable.
Solution:   Rename off to mb_off. (Kazunobu Kuriyama)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.669</title>
<updated>2015-03-20T17:11:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-03-20T17:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3b7b83649cd9c486afd6fbdb33e4450616c4bd46'/>
<id>3b7b83649cd9c486afd6fbdb33e4450616c4bd46</id>
<content type='text'>
Problem:    When netbeans is active the sign column always shows up.
Solution:   Only show the sign column once a sign has been added. (Xavier de
            Gaye)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When netbeans is active the sign column always shows up.
Solution:   Only show the sign column once a sign has been added. (Xavier de
            Gaye)
</pre>
</div>
</content>
</entry>
</feed>
