<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/dict.c, branch v8.2.1328</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.1328: no space allowed before comma in list</title>
<updated>2020-07-30T20:14:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-30T20:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4d4d1cd5c8b61ef0296bd6190ca2a0b2d6d96ba7'/>
<id>4d4d1cd5c8b61ef0296bd6190ca2a0b2d6d96ba7</id>
<content type='text'>
Problem:    No space allowed before comma in list.
Solution:   Legacy Vim script allows it. (closes #6577)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No space allowed before comma in list.
Solution:   Legacy Vim script allows it. (closes #6577)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1326: Vim9: skipping over white space after list</title>
<updated>2020-07-30T18:08:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-30T18:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9d489566815d7913afc5dfc2a772bacede3970fb'/>
<id>9d489566815d7913afc5dfc2a772bacede3970fb</id>
<content type='text'>
Problem:    Vim9: skipping over white space after list.
Solution:   Do not skip white space, a following [] would be misinterpreted.
            (closes #6552)  Fix a few side effects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: skipping over white space after list.
Solution:   Do not skip white space, a following [] would be misinterpreted.
            (closes #6552)  Fix a few side effects.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out</title>
<updated>2020-07-12T15:07:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-12T15:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=eb6880b6eb7c4631f6103575c0d1336b149348c1'/>
<id>eb6880b6eb7c4631f6103575c0d1336b149348c1</id>
<content type='text'>
Problem:    Vim9: checking for Vim9 syntax is spread out.
Solution:   Use in_vim9script().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: checking for Vim9 syntax is spread out.
Solution:   Use in_vim9script().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1125: Vim9: double quote can be a string or a comment</title>
<updated>2020-07-04T12:15:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-04T12:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=962d7213194647e90f9bdc608f693d39dd07cbd5'/>
<id>962d7213194647e90f9bdc608f693d39dd07cbd5</id>
<content type='text'>
Problem:    Vim9: double quote can be a string or a comment.
Solution:   Only support comments starting with # to avoid confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: double quote can be a string or a comment.
Solution:   Only support comments starting with # to avoid confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1110: Vim9: line continuation does not work in function arguments</title>
<updated>2020-07-01T15:28:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T15:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e6b5324e3a3d354363f3c48e784c42ce3e77453f'/>
<id>e6b5324e3a3d354363f3c48e784c42ce3e77453f</id>
<content type='text'>
Problem:    Vim9: line continuation does not work in function arguments.
Solution:   Pass "evalarg" to get_func_tv().  Fix seeing double quoted string
            as comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: line continuation does not work in function arguments.
Solution:   Pass "evalarg" to get_func_tv().  Fix seeing double quoted string
            as comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1074: Vim9: no line break allowed after some operators</title>
<updated>2020-06-27T19:18:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-27T19:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9215f01218b2ed2cfe49c1f43fcf342bd9ffdded'/>
<id>9215f01218b2ed2cfe49c1f43fcf342bd9ffdded</id>
<content type='text'>
Problem:    Vim9: no line break allowed after some operators.
Solution:   Skip a line break after the operator.  Add
            eval_may_get_next_line() to simplify checking for a line break.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no line break allowed after some operators.
Solution:   Skip a line break after the operator.  Add
            eval_may_get_next_line() to simplify checking for a line break.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1070: Vim9: leaking memory when lacking white space in dict</title>
<updated>2020-06-27T15:04:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-27T15:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ab19d495fd880b25a38d58cbeb5b21e4d0ee5835'/>
<id>ab19d495fd880b25a38d58cbeb5b21e4d0ee5835</id>
<content type='text'>
Problem:    Vim9: leaking memory when lacking white space in dict.
Solution:   Clear the typval.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: leaking memory when lacking white space in dict.
Solution:   Clear the typval.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1068: Vim9: no line break allowed inside a dict</title>
<updated>2020-06-27T12:11:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-27T12:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8ea9390b78da9e34a20e7418712921397c0c1989'/>
<id>8ea9390b78da9e34a20e7418712921397c0c1989</id>
<content type='text'>
Problem:    Vim9: no line break allowed inside a dict.
Solution:   Handle line break inside a dict in Vim9 script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no line break allowed inside a dict.
Solution:   Handle line break inside a dict in Vim9 script.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1047: Vim9: script cannot use line continuation like :def function</title>
<updated>2020-06-24T16:37:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-24T16:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5409f5d8c95007216ae1190565a7a8ee9ebd7100'/>
<id>5409f5d8c95007216ae1190565a7a8ee9ebd7100</id>
<content type='text'>
Problem:    Vim9: script cannot use line continuation like in a :def function.
Solution:   Pass the getline function pointer to the eval() functions.  Use it
            for addition and multiplication operators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: script cannot use line continuation like in a :def function.
Solution:   Pass the getline function pointer to the eval() functions.  Use it
            for addition and multiplication operators.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0928: many type casts are used for vim_strnsave()</title>
<updated>2020-06-07T18:49:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-07T18:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=df44a27b53586fccfc6a3aedc89061fdd9a515ff'/>
<id>df44a27b53586fccfc6a3aedc89061fdd9a515ff</id>
<content type='text'>
Problem:    Many type casts are used for vim_strnsave().
Solution:   Make the length argument size_t instead of int. (Ken Takata,
            closes #5633)  Remove some type casts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Many type casts are used for vim_strnsave().
Solution:   Make the length argument size_t instead of int. (Ken Takata,
            closes #5633)  Remove some type casts.
</pre>
</div>
</content>
</entry>
</feed>
