<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/scriptfile.c, branch v9.0.1237</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 9.0.1237: code is indented more than necessary</title>
<updated>2023-01-23T20:46:21+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-01-23T20:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6ec66660476562e643deceb7c325cd0e8c903663'/>
<id>6ec66660476562e643deceb7c325cd0e8c903663</id>
<content type='text'>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11858)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11858)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1231: completion of :runtime does not handle {where} argument</title>
<updated>2023-01-22T18:38:51+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-22T18:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2'/>
<id>3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2</id>
<content type='text'>
Problem:    Completion of :runtime does not handle {where} argument.
Solution:   Parse the {where} argument. (closes #11863)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Completion of :runtime does not handle {where} argument.
Solution:   Parse the {where} argument. (closes #11863)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1227: no cmdline completion for :runtime</title>
<updated>2023-01-21T21:56:06+00:00</updated>
<author>
<name>root</name>
<email>root@acermirko.emind.lan</email>
</author>
<published>2023-01-21T21:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a6759381a590b2d395e05b109ca9ccfc356be5a8'/>
<id>a6759381a590b2d395e05b109ca9ccfc356be5a8</id>
<content type='text'>
Problem:    No cmdline completion for :runtime.
Solution:   Add completion for :runtime. (closes #11853, closes #11447)
            Improve the resulting matches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No cmdline completion for :runtime.
Solution:   Add completion for :runtime. (closes #11853, closes #11447)
            Improve the resulting matches.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1131: build failure without the +eval feature</title>
<updated>2023-01-02T13:41:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-02T13:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a2942c74683be3f67c6044c2886dc6c237358b3d'/>
<id>a2942c74683be3f67c6044c2886dc6c237358b3d</id>
<content type='text'>
Problem:    Build failure without the +eval feature.
Solution:   Move code inside #ifdef.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build failure without the +eval feature.
Solution:   Move code inside #ifdef.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1130: unexpected output when autoloading a script</title>
<updated>2023-01-02T13:08:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-02T13:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=39c82ea6563f8467b8d36f0ecb8ba93a0685c280'/>
<id>39c82ea6563f8467b8d36f0ecb8ba93a0685c280</id>
<content type='text'>
Problem:    Unexpected output when autoloading a script for an interactive
            operation.
Solution:   Reset "KeyTyped" while loading a script and when handling a nested
            function. (closes #11773)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Unexpected output when autoloading a script for an interactive
            operation.
Solution:   Reset "KeyTyped" while loading a script and when handling a nested
            function. (closes #11773)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0828: various typos</title>
<updated>2022-11-02T13:30:51+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-11-02T13:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74'/>
<id>c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74</id>
<content type='text'>
Problem:    Various typos.
Solution:   Correct typos. (closes #11432)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various typos.
Solution:   Correct typos. (closes #11432)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0634: evaluating "expr" options has more overhead than needed</title>
<updated>2022-10-01T18:43:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-01T18:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a4e0b9785e409e9e660171cea76dfcc5fdafad9b'/>
<id>a4e0b9785e409e9e660171cea76dfcc5fdafad9b</id>
<content type='text'>
Problem:    Evaluating "expr" options has more overhead than needed.
Solution:   Use call_simple_func() for 'foldtext', 'includeexpr', 'printexpr',
            "expr" of 'spellsuggest', 'diffexpr', 'patchexpr', 'balloonexpr',
            'formatexpr', 'indentexpr' and 'charconvert'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Evaluating "expr" options has more overhead than needed.
Solution:   Use call_simple_func() for 'foldtext', 'includeexpr', 'printexpr',
            "expr" of 'spellsuggest', 'diffexpr', 'patchexpr', 'balloonexpr',
            'formatexpr', 'indentexpr' and 'charconvert'.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0468: exectution stack underflow without the +eval feature</title>
<updated>2022-09-15T11:20:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-15T11:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=aeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd'/>
<id>aeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd</id>
<content type='text'>
Problem:    Exectution stack underflow without the +eval feature. (Dominique
            Pellé)
Solution:   Add to execution stack without FEAT_EVAL. (closes #11135)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Exectution stack underflow without the +eval feature. (Dominique
            Pellé)
Solution:   Add to execution stack without FEAT_EVAL. (closes #11135)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0303: it is not easy to get information about a script</title>
<updated>2022-08-28T17:52:10+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2022-08-28T17:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2f892d8663498c21296ad6661dac1bb8372cfd10'/>
<id>2f892d8663498c21296ad6661dac1bb8372cfd10</id>
<content type='text'>
Problem:    It is not easy to get information about a script.
Solution:   Make getscriptinf() return the version.  When selecting a specific
            script return functions and variables. (Yegappan Lakshmanan,
            closes #10991)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    It is not easy to get information about a script.
Solution:   Make getscriptinf() return the version.  When selecting a specific
            script return functions and variables. (Yegappan Lakshmanan,
            closes #10991)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0269: getscriptinfo() does not include the version</title>
<updated>2022-08-25T16:40:40+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2022-08-25T16:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=520f6ef60a59f7b5f3da9199999d13dbe817d3ce'/>
<id>520f6ef60a59f7b5f3da9199999d13dbe817d3ce</id>
<content type='text'>
Problem:    getscriptinfo() does not include the version.  Cannot select
            entries by script name.
Solution:   Add the "version" item and the "name" argument. (Yegappan
            Lakshmanan, closes #10962)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getscriptinfo() does not include the version.  Cannot select
            entries by script name.
Solution:   Add the "version" item and the "name" argument. (Yegappan
            Lakshmanan, closes #10962)
</pre>
</div>
</content>
</entry>
</feed>
