<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/getchar.c, branch v8.1.0354</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.1.0216: part of file not indented properly</title>
<updated>2018-07-27T21:16:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-27T21:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8e85db0376604274bccf12bf5859d92b4192aca1'/>
<id>8e85db0376604274bccf12bf5859d92b4192aca1</id>
<content type='text'>
Problem:    Part of file not indented properly.
Solution:   Adjust the indent. (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Part of file not indented properly.
Solution:   Adjust the indent. (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0140: recording into a register has focus events</title>
<updated>2018-07-03T12:48:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-03T12:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=972bfddc6b3f52ae0865ad8c0bf6089bc8a9883a'/>
<id>972bfddc6b3f52ae0865ad8c0bf6089bc8a9883a</id>
<content type='text'>
Problem:    Recording into a register has focus events. (Michael Naumann)
Solution:   Don't record K_FOCUSGAINED and K_FOCUSLOST. (closes #3143)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Recording into a register has focus events. (Michael Naumann)
Solution:   Don't record K_FOCUSGAINED and K_FOCUSLOST. (closes #3143)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0052: when mapping to &lt;Nop&gt; times out the next mapping is skipped</title>
<updated>2018-06-12T19:35:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-12T19:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=83f4cbd973731872b633d6ba0caf850fb708d70c'/>
<id>83f4cbd973731872b633d6ba0caf850fb708d70c</id>
<content type='text'>
Problem:    When a mapping to &lt;Nop&gt; times out the next mapping is skipped.
Solution:   Reset "timedout" when waiting for a character. (Christian
            Brabandt, closes #2921)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When a mapping to &lt;Nop&gt; times out the next mapping is skipped.
Solution:   Reset "timedout" when waiting for a character. (Christian
            Brabandt, closes #2921)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0022: repeating put from expression register fails</title>
<updated>2018-05-23T19:53:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-23T19:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=833093bfb0e4a7f89b5adc66babcfa8ac09cfda9'/>
<id>833093bfb0e4a7f89b5adc66babcfa8ac09cfda9</id>
<content type='text'>
Problem:    Repeating put from expression register fails.
Solution:   Re-evaluate the expression register. (Andy Massimino,
            closes #2945)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Repeating put from expression register fails.
Solution:   Re-evaluate the expression register. (Andy Massimino,
            closes #2945)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0020: cannot tell whether a register is executing or recording</title>
<updated>2018-05-22T18:35:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-22T18:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0b6d911e5de1a1c10a23d4c2ee1b0275c474a2dd'/>
<id>0b6d911e5de1a1c10a23d4c2ee1b0275c474a2dd</id>
<content type='text'>
Problem:    Cannot tell whether a register is being used for executing or
            recording.
Solution:   Add reg_executing() and reg_recording(). (Hirohito Higashi,
            closes #2745)  Rename the global variables for consistency.  Store
            the register name in reg_executing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot tell whether a register is being used for executing or
            recording.
Solution:   Add reg_executing() and reg_recording(). (Hirohito Higashi,
            closes #2745)  Rename the global variables for consistency.  Store
            the register name in reg_executing.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1845: various comment updates needed, missing white space</title>
<updated>2018-05-15T20:25:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-15T20:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29'/>
<id>259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29</id>
<content type='text'>
Problem:    Various comment updates needed, missing white space.
Solution:   Update comments, add white space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various comment updates needed, missing white space.
Solution:   Update comments, add white space.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1825: might use NULL pointer when out of memory</title>
<updated>2018-05-12T19:34:58+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-12T19:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dd1d7be4e6691f447667a8217844a3b2561203be'/>
<id>dd1d7be4e6691f447667a8217844a3b2561203be</id>
<content type='text'>
Problem:    Might use NULL pointer when out of memory. (Coverity)
Solution:   Handle NULL pointer better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Might use NULL pointer when out of memory. (Coverity)
Solution:   Handle NULL pointer better.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1786: no test for 'termwinkey'</title>
<updated>2018-05-01T16:47:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-01T16:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b2ac14c0b5e23f8ab97c5c784bcd83e13ba8ded3'/>
<id>b2ac14c0b5e23f8ab97c5c784bcd83e13ba8ded3</id>
<content type='text'>
Problem:    No test for 'termwinkey'.
Solution:   Add a test.  Make feedkeys() handle terminal_loop() returning
            before characters are consumed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for 'termwinkey'.
Solution:   Add a test.  Make feedkeys() handle terminal_loop() returning
            before characters are consumed.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1753: various warnings from a static analyser</title>
<updated>2018-04-24T13:19:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-24T13:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1c17ffa4611f4efe68c61f7cdd9ed692a866ba75'/>
<id>1c17ffa4611f4efe68c61f7cdd9ed692a866ba75</id>
<content type='text'>
Problem:    Various warnings from a static analyser
Solution:   Add type casts, remove unneeded conditions. (Christian Brabandt,
            closes #2770)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various warnings from a static analyser
Solution:   Add type casts, remove unneeded conditions. (Christian Brabandt,
            closes #2770)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1735: flexible array member feature not supported by HP-UX</title>
<updated>2018-04-18T21:01:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-18T21:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=285e3358696b1bc6296e5d4c53425680ce8fbd54'/>
<id>285e3358696b1bc6296e5d4c53425680ce8fbd54</id>
<content type='text'>
Problem:    Flexible array member feature not supported by HP-UX. (John
            Marriott)
Solution:   Do not use the flexible array member feature of C99.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Flexible array member feature not supported by HP-UX. (John
            Marriott)
Solution:   Do not use the flexible array member feature of C99.
</pre>
</div>
</content>
</entry>
</feed>
