<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/eval.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.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.0211: expanding a file name "~" results in $HOME</title>
<updated>2018-07-25T19:19:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-25T19:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=00136dc321586800986e8f743c2f108f5eecbf92'/>
<id>00136dc321586800986e8f743c2f108f5eecbf92</id>
<content type='text'>
Problem:    Expanding a file name "~" results in $HOME. (Aidan Shafran)
Solution:   Change "~" to "./~" before expanding. (closes #3072)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Expanding a file name "~" results in $HOME. (Aidan Shafran)
Solution:   Change "~" to "./~" before expanding. (closes #3072)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0210: still a few K&amp;R function declarations</title>
<updated>2018-07-25T17:49:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-25T17:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6f8d2ac6f1f8a4b971a4c9b27f9250288198f3bb'/>
<id>6f8d2ac6f1f8a4b971a4c9b27f9250288198f3bb</id>
<content type='text'>
Problem:    Still a few K&amp;R function declarations.
Solution:   Use ANSI function declarations (Hirohito Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still a few K&amp;R function declarations.
Solution:   Use ANSI function declarations (Hirohito Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0181: memory leak with trailing characters in skip expression</title>
<updated>2018-07-14T15:25:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-14T15:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a43ebe9454386427ca38c75810e2d36991f17812'/>
<id>a43ebe9454386427ca38c75810e2d36991f17812</id>
<content type='text'>
Problem:    Memory leak with trailing characters in skip expression.
Solution:   Free the return value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Memory leak with trailing characters in skip expression.
Solution:   Free the return value.
</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.1832: cannot use :unlet for an environment variable</title>
<updated>2018-05-13T13:59:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-13T13:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=137374fd6538cf9dee0cb22907728d8fdecb5832'/>
<id>137374fd6538cf9dee0cb22907728d8fdecb5832</id>
<content type='text'>
Problem:    Cannot use :unlet for an environment variable.
Solution:   Make it work.  Use unsetenv() if available. (Ken Takata,
            closes #2855)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use :unlet for an environment variable.
Solution:   Make it work.  Use unsetenv() if available. (Ken Takata,
            closes #2855)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1817: a timer may change v:count unexpectedly</title>
<updated>2018-05-12T13:38:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-12T13:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b0f42ba60d9e6d101d103421ba0c351811615c15'/>
<id>b0f42ba60d9e6d101d103421ba0c351811615c15</id>
<content type='text'>
Problem:    A timer may change v:count unexpectedly.
Solution:   Save and restore v:count and similar variables when a timer
            callback is invoked. (closes #2897)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    A timer may change v:count unexpectedly.
Solution:   Save and restore v:count and similar variables when a timer
            callback is invoked. (closes #2897)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1770: assert functions don't return anything</title>
<updated>2018-04-28T14:56:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-28T14:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=65a5464985f980d2bbbf4e14d39d416dce065ec7'/>
<id>65a5464985f980d2bbbf4e14d39d416dce065ec7</id>
<content type='text'>
Problem:    Assert functions don't return anything.
Solution:   Return non-zero when the assertion fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Assert functions don't return anything.
Solution:   Return non-zero when the assertion fails.
</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.1660: the terminal API "drop" command doesn't support options</title>
<updated>2018-04-04T20:57:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-04T20:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=333b80acf3a44e462456e6d5730e47ffa449c83d'/>
<id>333b80acf3a44e462456e6d5730e47ffa449c83d</id>
<content type='text'>
Problem:    The terminal API "drop" command doesn't support options.
Solution:   Implement the options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The terminal API "drop" command doesn't support options.
Solution:   Implement the options.
</pre>
</div>
</content>
</entry>
</feed>
