<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/mbyte.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.0301: GTK: input method popup displayed on wrong screen.</title>
<updated>2018-08-19T20:58:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-19T20:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3f6a16f022c437eccaeb683640b25a972cb1b376'/>
<id>3f6a16f022c437eccaeb683640b25a972cb1b376</id>
<content type='text'>
Problem:    GTK: Input method popup displayed on wrong screen.
Solution:   Add the screen position offset. (Ken Takata, closes #3268)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    GTK: Input method popup displayed on wrong screen.
Solution:   Add the screen position offset. (Ken Takata, closes #3268)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE</title>
<updated>2018-08-01T17:06:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-01T17:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ded27a1febda3db7447958b60a7d791af514d124'/>
<id>ded27a1febda3db7447958b60a7d791af514d124</id>
<content type='text'>
Problem:    "safe" argument of call_vim_function() is always FALSE.
Solution:   Remove the argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "safe" argument of call_vim_function() is always FALSE.
Solution:   Remove the argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0182: Unicode standard was updated</title>
<updated>2018-07-14T17:30:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-14T17:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4fc85003c5f53d6ceb3dbea4b8fae5681615a20c'/>
<id>4fc85003c5f53d6ceb3dbea4b8fae5681615a20c</id>
<content type='text'>
Problem:    Unicode standard was updated.
Solution:   Include the changes. (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Unicode standard was updated.
Solution:   Include the changes. (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0055: complete test has wrong order of arguments</title>
<updated>2018-06-13T19:27:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-13T19:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=52d3aaeea4c85406f46e2051729e4f007f83b35e'/>
<id>52d3aaeea4c85406f46e2051729e4f007f83b35e</id>
<content type='text'>
Problem:    Complete test has wrong order of arguments. Wrong type for
            sentinel variable.
Solution:   Swap arguments, use VAR_UNKNOWN. (Ozaki Kiichi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Complete test has wrong order of arguments. Wrong type for
            sentinel variable.
Solution:   Swap arguments, use VAR_UNKNOWN. (Ozaki Kiichi)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0053: first argument of 'completefunc' has inconsistent type</title>
<updated>2018-06-12T20:05:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-12T20:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ffa9684150f5441e84d492e7184ef73587bd6c6c'/>
<id>ffa9684150f5441e84d492e7184ef73587bd6c6c</id>
<content type='text'>
Problem:    The first argument given to 'completefunc' can be Number or
            String, depending on the value.
Solution:   Avoid guessing the type of an argument, use typval_T in the
            callers of call_vim_function(). (Ozaki Kiichi, closes #2993)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The first argument given to 'completefunc' can be Number or
            String, depending on the value.
Solution:   Avoid guessing the type of an argument, use typval_T in the
            callers of call_vim_function(). (Ozaki Kiichi, closes #2993)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1849: compiler warning for unused arguments, missing prototype</title>
<updated>2018-05-17T11:11:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-17T11:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0b39464f69ae8ca9acf6e5bff4435fd0693e22f6'/>
<id>0b39464f69ae8ca9acf6e5bff4435fd0693e22f6</id>
<content type='text'>
Problem:    compiler warning for unused arguments and missing prototype
Solution:   Add UNUSED.  Add static.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    compiler warning for unused arguments and missing prototype
Solution:   Add UNUSED.  Add static.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()</title>
<updated>2018-04-08T11:07:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-08T11:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ea39176baab52b646d1e2676e662def718ddd365'/>
<id>ea39176baab52b646d1e2676e662def718ddd365</id>
<content type='text'>
Problem:    No compiler warning for wrong format in vim_snprintf().
Solution:   Add printf attribute for gcc.  Fix reported problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No compiler warning for wrong format in vim_snprintf().
Solution:   Add printf attribute for gcc.  Fix reported problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1564: too many #ifdefs</title>
<updated>2018-03-04T17:08:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-04T17:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f2bd8ef2b4507d02c6043affff8f7e85e3414d5f'/>
<id>f2bd8ef2b4507d02c6043affff8f7e85e3414d5f</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1550: various small problems in source files</title>
<updated>2018-02-27T16:27:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-27T16:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=792f0e36593d1ec13ccb8a622ca5542c500577b4'/>
<id>792f0e36593d1ec13ccb8a622ca5542c500577b4</id>
<content type='text'>
Problem:    Various small problems in source files.
Solution:   Fix the problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various small problems in source files.
Solution:   Fix the problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1496: clearing a pointer takes two lines</title>
<updated>2018-02-10T17:45:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-10T17:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d23a823669d93fb2a570a039173eefe4856ac806'/>
<id>d23a823669d93fb2a570a039173eefe4856ac806</id>
<content type='text'>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</pre>
</div>
</content>
</entry>
</feed>
