<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/cmdexpand.c, branch v8.2.4289</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.4289: warnings reported by MSVC</title>
<updated>2022-02-03T13:33:03+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2022-02-03T13:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5411910c77cba85212963a2fb71d8c71f8a5d203'/>
<id>5411910c77cba85212963a2fb71d8c71f8a5d203</id>
<content type='text'>
Problem:    Warnings reported by MSVC.
Solution:   Rename variables and other fixes. (Ken Takata, closes #9689)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warnings reported by MSVC.
Solution:   Rename variables and other fixes. (Ken Takata, closes #9689)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4043: using int for second argument of ga_init2()</title>
<updated>2022-01-08T16:19:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-08T16:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=04935fb17e5f0f66b82cf4546b9752d3d1fa650e'/>
<id>04935fb17e5f0f66b82cf4546b9752d3d1fa650e</id>
<content type='text'>
Problem:    Using int for second argument of ga_init2().
Solution:   Remove unnessary type cast (int) when using sizeof().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using int for second argument of ga_init2().
Solution:   Remove unnessary type cast (int) when using sizeof().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3967: error messages are spread out</title>
<updated>2022-01-01T14:19:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-01T14:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=460ae5dfca31fa627531c263184849976755cf6b'/>
<id>460ae5dfca31fa627531c263184849976755cf6b</id>
<content type='text'>
Problem:    Error messages are spread out.
Solution:   Move more errors to errors.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error messages are spread out.
Solution:   Move more errors to errors.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3961: error messages are spread out</title>
<updated>2021-12-31T22:49:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-31T22:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=436b5adc9770a2568209dd5ab1f98bd1afc91898'/>
<id>436b5adc9770a2568209dd5ab1f98bd1afc91898</id>
<content type='text'>
Problem:    Error messages are spread out.
Solution:   Move more errors to errors.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error messages are spread out.
Solution:   Move more errors to errors.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3749: error messages are everywhere</title>
<updated>2021-12-05T21:46:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-05T21:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=12f3c1b77fb39dc338304d5484cdbc99da27389a'/>
<id>12f3c1b77fb39dc338304d5484cdbc99da27389a</id>
<content type='text'>
Problem:    Error messages are everywhere.
Solution:   Move more error messages to errors.h and adjust the names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error messages are everywhere.
Solution:   Move more error messages to errors.h and adjust the names.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3638: getcompletion() always passes zero as position</title>
<updated>2021-11-21T12:13:56+00:00</updated>
<author>
<name>ii14</name>
<email>ii14@users.noreply.github.com</email>
</author>
<published>2021-11-21T12:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4785fe02bba14c4e0aede0fa425ca790a1cb98d7'/>
<id>4785fe02bba14c4e0aede0fa425ca790a1cb98d7</id>
<content type='text'>
Problem:    getcompletion() always passes zero as position to custom
            completion function.
Solution:   Pass the pattern length. (closes #9173)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getcompletion() always passes zero as position to custom
            completion function.
Solution:   Pass the pattern length. (closes #9173)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3550: completion() does not work properly</title>
<updated>2021-10-21T10:39:53+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2021-10-21T10:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ae38a9db7770b38889fbf06908cc69d42b463a73'/>
<id>ae38a9db7770b38889fbf06908cc69d42b463a73</id>
<content type='text'>
Problem:    completion() does not work properly.
Solution:   Set xp_line and add WILD_HOME_REPLACE. (Shougo Matsushita,
            closes #9016)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    completion() does not work properly.
Solution:   Set xp_line and add WILD_HOME_REPLACE. (Shougo Matsushita,
            closes #9016)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works</title>
<updated>2021-10-17T16:20:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-10-17T16:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=21c1a0c2f10575dbb72fa873d33f0c1f6e170aa7'/>
<id>21c1a0c2f10575dbb72fa873d33f0c1f6e170aa7</id>
<content type='text'>
Problem:    ":buf \{a}" fails while ":edit \{a}" works.
Solution:   Unescape "\{". (closes #8917)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ":buf \{a}" fails while ":edit \{a}" works.
Solution:   Unescape "\{". (closes #8917)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3431: completion for :disas sorts local functions first</title>
<updated>2021-09-12T13:45:10+00:00</updated>
<author>
<name>naohiro ono</name>
<email>obcat@icloud.com</email>
</author>
<published>2021-09-12T13:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dfe04dbff5863f6c089da8831d7ac2a3421a44b7'/>
<id>dfe04dbff5863f6c089da8831d7ac2a3421a44b7</id>
<content type='text'>
Problem:    Completion for :disas sorts local functions first.
Solution:   Sort local functions last, like with :delfunc. (Naohiro Ono,
            closes #8860)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Completion for :disas sorts local functions first.
Solution:   Sort local functions last, like with :delfunc. (Naohiro Ono,
            closes #8860)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3392: augroup completion escapes regexp pattern characters</title>
<updated>2021-09-01T11:03:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-01T11:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b4d82e2a8d610c00139a74970df772eece2daf1c'/>
<id>b4d82e2a8d610c00139a74970df772eece2daf1c</id>
<content type='text'>
Problem:    augroup completion escapes regexp pattern characters.
Solution:   Do not escape the augroup name. (closes #8826)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    augroup completion escapes regexp pattern characters.
Solution:   Do not escape the augroup name. (closes #8826)
</pre>
</div>
</content>
</entry>
</feed>
