<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_viml.vim, 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.0.0360: sometimes VimL is used instead of "Vim script"</title>
<updated>2017-02-23T18:03:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-02-23T18:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b544f3c81f1e6a50322855681ac266ffaa8e313c'/>
<id>b544f3c81f1e6a50322855681ac266ffaa8e313c</id>
<content type='text'>
Problem:    Sometimes VimL is used, which is confusing.
Solution:   Consistently use "Vim script". (Hirohito Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Sometimes VimL is used, which is confusing.
Solution:   Consistently use "Vim script". (Hirohito Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0219: ubsan reports errors for overflow</title>
<updated>2017-01-22T17:34:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-01-22T17:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7a40ea2138102545848ea86a361f1b8dec7552b5'/>
<id>7a40ea2138102545848ea86a361f1b8dec7552b5</id>
<content type='text'>
Problem:    Ubsan reports errors for integer overflow.
Solution:   Define macros for minimum and maximum values.  Select an
            expression based on the value. (Mike Williams)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Ubsan reports errors for integer overflow.
Solution:   Define macros for minimum and maximum values.  Select an
            expression based on the value. (Mike Williams)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0176: cannot use :change inside a function definition</title>
<updated>2017-01-12T21:20:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-01-12T21:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=70bcd7336f9f19304f32c52a86ed5b4b3de852c2'/>
<id>70bcd7336f9f19304f32c52a86ed5b4b3de852c2</id>
<content type='text'>
Problem:    Using :change in between :function and :endfunction fails.
Solution:   Recognize :change inside a function. (ichizok, closes #1374)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using :change in between :function and :endfunction fails.
Solution:   Recognize :change inside a function. (ichizok, closes #1374)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2071</title>
<updated>2016-07-19T15:25:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-19T15:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f562e72df726c6191fa305e1c0a113f1cfb87f76'/>
<id>f562e72df726c6191fa305e1c0a113f1cfb87f76</id>
<content type='text'>
Problem:    The return value of type() is difficult to use.
Solution:   Define v:t_ constants. (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The return value of type() is difficult to use.
Solution:   Define v:t_ constants. (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1976</title>
<updated>2016-07-01T16:17:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-01T16:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=22fcfad29276bd5f317faf516637dcd491b96a12'/>
<id>22fcfad29276bd5f317faf516637dcd491b96a12</id>
<content type='text'>
Problem:    Number variables are not 64 bits while they could be.
Solution:   Add the num64 feature. (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Number variables are not 64 bits while they could be.
Solution:   Add the num64 feature. (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1862</title>
<updated>2016-05-31T20:31:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-05-31T20:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=18dfb4404a618c52ee7138630a2381aed4d66eaf'/>
<id>18dfb4404a618c52ee7138630a2381aed4d66eaf</id>
<content type='text'>
Problem:    string() with repeated argument does not give a result usable by
            eval().
Solution:   Refactor echo_striong and tv2string(), moving the common part to
            echo_string_core(). (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    string() with repeated argument does not give a result usable by
            eval().
Solution:   Refactor echo_striong and tv2string(), moving the common part to
            echo_string_core(). (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1606</title>
<updated>2016-03-19T17:52:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T17:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=953cc7fb139dc2ba8590f8b03a095b63f4e1208f'/>
<id>953cc7fb139dc2ba8590f8b03a095b63f4e1208f</id>
<content type='text'>
Problem:    Having type() handle a Funcref that is or isn't a partial
            differently causes problems for existing scripts.
Solution:   Make type() return the same value. (Thinca)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Having type() handle a Funcref that is or isn't a partial
            differently causes problems for existing scripts.
Solution:   Make type() return the same value. (Thinca)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1281</title>
<updated>2016-02-07T18:27:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-02-07T18:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ea8c219ca852cc8eaf603b1bf475edf95e2850cf'/>
<id>ea8c219ca852cc8eaf603b1bf475edf95e2850cf</id>
<content type='text'>
Problem:    No test for skipping over code that isn't evaluated.
Solution:   Add a test with code that would fail when not skipped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for skipping over code that isn't evaluated.
Solution:   Add a test with code that would fail when not skipped.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1228</title>
<updated>2016-01-31T17:45:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-01-31T17:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=155500077c80cdb5d9c63996000c011b66a676bf'/>
<id>155500077c80cdb5d9c63996000c011b66a676bf</id>
<content type='text'>
Problem:    copy() and deepcopy() fail with special variables. (Nikolai
            Pavlov)
Solution:   Make it work.  Add a test.  Closes #614.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    copy() and deepcopy() fail with special variables. (Nikolai
            Pavlov)
Solution:   Make it work.  Add a test.  Closes #614.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1181</title>
<updated>2016-01-26T18:59:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-01-26T18:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6650a694547eb744afa060ec62dd8270e99db9f2'/>
<id>6650a694547eb744afa060ec62dd8270e99db9f2</id>
<content type='text'>
Problem:    free_tv() can't handle special variables. (Damien)
Solution:   Add the variable type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    free_tv() can't handle special variables. (Damien)
Solution:   Add the variable type.
</pre>
</div>
</content>
</entry>
</feed>
