<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_termcodes.vim, branch v8.2.3176</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.2.2643: various code not covered by tests</title>
<updated>2021-03-22T18:37:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-03-22T18:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1f448d906b3c516e5864dc5bae3ddbf3664ee649'/>
<id>1f448d906b3c516e5864dc5bae3ddbf3664ee649</id>
<content type='text'>
Problem:    Various code not covered by tests.
Solution:   Add a few more test. (Yegappan Lakshmanan, closes #7995)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various code not covered by tests.
Solution:   Add a few more test. (Yegappan Lakshmanan, closes #7995)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2428: FocusGained does not work when 'ttymouse' is empty</title>
<updated>2021-01-30T14:39:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-30T14:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=92e5df804719d2e6cb8145c2b098aa8d6f3dd252'/>
<id>92e5df804719d2e6cb8145c2b098aa8d6f3dd252</id>
<content type='text'>
Problem:    FocusGained does not work when 'ttymouse' is empty.
Solution:   Don't use the short mouse code if there is a longer matching code.
            (closes #7755)  Add a test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    FocusGained does not work when 'ttymouse' is empty.
Solution:   Don't use the short mouse code if there is a longer matching code.
            (closes #7755)  Add a test.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2415: no way to check for the cmdwin feature</title>
<updated>2021-01-26T21:42:21+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-26T21:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=21829c5f2c86cd525c8468121b4fc54c5d75bf6e'/>
<id>21829c5f2c86cd525c8468121b4fc54c5d75bf6e</id>
<content type='text'>
Problem:    No way to check for the cmdwin feature, cmdline_hist is now always
            enabled.
Solution:   Add has('cmdwin') support. Skip arglist test on Windows
            temporarily.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No way to check for the cmdwin feature, cmdline_hist is now always
            enabled.
Solution:   Add has('cmdwin') support. Skip arglist test on Windows
            temporarily.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2249: termcodes test is flaky when used over ssh</title>
<updated>2020-12-30T13:59:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-30T13:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2a5c61a0196d2d67313f5b3189974211e6f33562'/>
<id>2a5c61a0196d2d67313f5b3189974211e6f33562</id>
<content type='text'>
Problem:    Termcodes test is flaky when used over ssh with X forwarding.
Solution:   Set 'mousetime' to a larger value. (Dominique Pellé, closes #7576,
            closes #7563)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Termcodes test is flaky when used over ssh with X forwarding.
Solution:   Set 'mousetime' to a larger value. (Dominique Pellé, closes #7576,
            closes #7563)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character</title>
<updated>2020-12-03T18:54:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-03T18:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0684e36a7ee0743f2889698fb8e0e14f7acae423'/>
<id>0684e36a7ee0743f2889698fb8e0e14f7acae423</id>
<content type='text'>
Problem:    CTRL-V U doesn't work to enter a Unicode character when
            modifyOtherKeys is effective. (Ken Takata)
Solution:   Add a flag to get_literal() for the shift key. (closes #7413)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    CTRL-V U doesn't work to enter a Unicode character when
            modifyOtherKeys is effective. (Ken Takata)
Solution:   Add a flag to get_literal() for the shift key. (closes #7413)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys()</title>
<updated>2020-11-27T19:55:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-11-27T19:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4d05af0a64c2e26b13d2ad571debbf5f3b6d384e'/>
<id>4d05af0a64c2e26b13d2ad571debbf5f3b6d384e</id>
<content type='text'>
Problem:    Vim9: E1030 error when using empty string for term_sendkeys().
Solution:   Don't check for an invalid type unless the terminal can't be
            found. (closes #7382)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: E1030 error when using empty string for term_sendkeys().
Solution:   Don't check for an invalid type unless the terminal can't be
            found. (closes #7382)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1930: wrong input if removing shift results in special key code</title>
<updated>2020-10-31T15:33:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-31T15:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=749bc9521d9c1b3b3250faef25a3710206cf277d'/>
<id>749bc9521d9c1b3b3250faef25a3710206cf277d</id>
<content type='text'>
Problem:    Wrong input if removing shift results in special key code.
Solution:   Handle special key codes. (closes #7189)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Wrong input if removing shift results in special key code.
Solution:   Handle special key codes. (closes #7189)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'</title>
<updated>2020-10-07T15:29:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-07T15:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9a033d7b18651acbb7eda4b7f39a27c01748fb70'/>
<id>9a033d7b18651acbb7eda4b7f39a27c01748fb70</id>
<content type='text'>
Problem:    Mapping Ctrl-key does not work for '{', '}' and '|'.
Solution:   Remove the shift modifier. (closes #6457)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Mapping Ctrl-key does not work for '{', '}' and '|'.
Solution:   Remove the shift modifier. (closes #6457)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1809: mapping some keys with Ctrl does not work properly</title>
<updated>2020-10-07T14:12:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-07T14:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4e2114e988f5d8635f2ad748be3cafcc44289138'/>
<id>4e2114e988f5d8635f2ad748be3cafcc44289138</id>
<content type='text'>
Problem:    Mapping some keys with Ctrl does not work properly.
Solution:   For terminal, GTK and Motif handle "@", "^" and "_" codes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Mapping some keys with Ctrl does not work properly.
Solution:   For terminal, GTK and Motif handle "@", "^" and "_" codes.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1752: GTK GUI: cannot map alt-? with &lt;A-?&gt;</title>
<updated>2020-09-27T11:16:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-27T11:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=daff0fb73851ef368ede180dbb3b772e55304ba7'/>
<id>daff0fb73851ef368ede180dbb3b772e55304ba7</id>
<content type='text'>
Problem:    GTK GUI: cannot map alt-? with &lt;A-?&gt;. (Ingo Karkat)
Solution:   Adjust the characters for which the shift modifier is removed.
            (closes #7016)  Make Motif and Win32 use the same function as GTK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    GTK GUI: cannot map alt-? with &lt;A-?&gt;. (Ingo Karkat)
Solution:   Adjust the characters for which the shift modifier is removed.
            (closes #7016)  Make Motif and Win32 use the same function as GTK.
</pre>
</div>
</content>
</entry>
</feed>
