<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_display.vim, branch master</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 9.0.1561: display wrong when moving cursor to above the top line</title>
<updated>2023-05-15T17:17:43+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-15T17:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=798fa76dbf737f855e47b10bf326453866b429ab'/>
<id>798fa76dbf737f855e47b10bf326453866b429ab</id>
<content type='text'>
Problem:    Display wrong when moving cursor to above the top line and
            'smoothscroll' is set.
Solution:   Call adjust_skipcol() in more places and make it work better.
            (Luuk van Baal, closes #12395)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Display wrong when moving cursor to above the top line and
            'smoothscroll' is set.
Solution:   Call adjust_skipcol() in more places and make it work better.
            (Luuk van Baal, closes #12395)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1543: display errors when making topline shorter</title>
<updated>2023-05-11T18:24:20+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-11T18:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16'/>
<id>5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16</id>
<content type='text'>
Problem:    Display errors when making topline shorter and 'smoothscroll' is
            set.
Solution:   Reset w_skipcol when the topline becomes shorter than its current
            value. (Luuk van Baal, closes #12367)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Display errors when making topline shorter and 'smoothscroll' is
            set.
Solution:   Reset w_skipcol when the topline becomes shorter than its current
            value. (Luuk van Baal, closes #12367)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1542: line not fully displayed if it doesn't fit in the screen</title>
<updated>2023-05-11T17:38:14+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-11T17:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=6c018680be0ec25d42614a93be1ea08df29a9e2a'/>
<id>6c018680be0ec25d42614a93be1ea08df29a9e2a</id>
<content type='text'>
Problem:    Line not fully displayed if it doesn't fit in the screen.
Solution:   Do not reset s_skipcol if not needed. (Luuk van Baal,
            closes #12376)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Line not fully displayed if it doesn't fit in the screen.
Solution:   Do not reset s_skipcol if not needed. (Luuk van Baal,
            closes #12376)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1502: no test for deleting the end of a long wrapped line</title>
<updated>2023-04-30T18:15:30+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-04-30T18:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=5b10a140983c16140d69a214494c4b8af8b34763'/>
<id>5b10a140983c16140d69a214494c4b8af8b34763</id>
<content type='text'>
Problem:    No test for deleting the end of a long wrapped line.
Solution:   Add a test to check the right text is displayed. (Luuk van Baal,
            closes #12318)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for deleting the end of a long wrapped line.
Solution:   Add a test to check the right text is displayed. (Luuk van Baal,
            closes #12318)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0969: matchparen highlight is not updated when switching buffers</title>
<updated>2022-11-28T22:21:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-28T22:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=28a896f54d4b2f2b4bef8ef4144dde1673c9d6e7'/>
<id>28a896f54d4b2f2b4bef8ef4144dde1673c9d6e7</id>
<content type='text'>
Problem:    Matchparen highlight is not updated when switching buffers.
Solution:   Listen to the BufLeave and the BufWinEnter autocmd events.
            (closes #11626)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Matchparen highlight is not updated when switching buffers.
Solution:   Listen to the BufLeave and the BufWinEnter autocmd events.
            (closes #11626)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0760: display test for 'listchars' "precedes" fails</title>
<updated>2022-10-15T13:24:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-15T13:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=297164cb7972beff35e375ccac4fbad8196ccbd7'/>
<id>297164cb7972beff35e375ccac4fbad8196ccbd7</id>
<content type='text'>
Problem:    Display test for 'listchars' "precedes" fails.
Solution:   Correct the expected result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Display test for 'listchars' "precedes" fails.
Solution:   Correct the expected result.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properly</title>
<updated>2022-10-04T19:35:37+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-10-04T19:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=18b3500b8c517e44c23197e558aa36aed1c6916c'/>
<id>18b3500b8c517e44c23197e558aa36aed1c6916c</id>
<content type='text'>
Problem:    Multi-byte "lastline" item in 'fillchars' does not work properly
            when the window is two columns wide.
Solution:   Compute the text length correctly. (closes #11280)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Multi-byte "lastline" item in 'fillchars' does not work properly
            when the window is two columns wide.
Solution:   Compute the text length correctly. (closes #11280)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0656: cannot specify another character to use instead of '@'</title>
<updated>2022-10-04T13:36:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-04T13:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=4ba5f1dab656103e8f4a4505452d1816b9e83c1e'/>
<id>4ba5f1dab656103e8f4a4505452d1816b9e83c1e</id>
<content type='text'>
Problem:    Cannot specify another character to use instead of '@' at the end
            of the window.
Solution:   Add "lastline" to 'fillchars'. (Martin Tournoij, closes #11264,
            closes #10963)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot specify another character to use instead of '@' at the end
            of the window.
Solution:   Add "lastline" to 'fillchars'. (Martin Tournoij, closes #11264,
            closes #10963)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0650: some tests are failing</title>
<updated>2022-10-03T16:07:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-03T16:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=0466d398a550623126fba3a2a08208a798b28bda'/>
<id>0466d398a550623126fba3a2a08208a798b28bda</id>
<content type='text'>
Problem:    Some tests are failing.
Solution:   Adjust for "&lt;&lt;&lt;" showing up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some tests are failing.
Solution:   Adjust for "&lt;&lt;&lt;" showing up.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0525: manually deleting temp test files</title>
<updated>2022-09-20T21:01:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-20T21:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=5917341f65d4fc669b9d15343ccdb00c160201da'/>
<id>5917341f65d4fc669b9d15343ccdb00c160201da</id>
<content type='text'>
Problem:    Manually deleting temp test files.
Solution:   Add the 'D' flag to writefile().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Manually deleting temp test files.
Solution:   Add the 'D' flag to writefile().
</pre>
</div>
</content>
</entry>
</feed>
