<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/quickfix.c, branch v8.1.0859</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.0859: "%v" in 'errorformat' does handle multi-byte characters</title>
<updated>2019-01-31T13:27:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-31T13:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c45eb770a5988734ff2c572e5e2ce307158c33c8'/>
<id>c45eb770a5988734ff2c572e5e2ce307158c33c8</id>
<content type='text'>
Problem:    "%v" in 'errorformat' does handle multi-byte characters.
Solution:   Handle multi-byte characters. (Yegappan Lakshmanan, closes #3700)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "%v" in 'errorformat' does handle multi-byte characters.
Solution:   Handle multi-byte characters. (Yegappan Lakshmanan, closes #3700)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0828: still using FEAT_VIRTUALEDIT</title>
<updated>2019-01-26T16:43:21+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-26T16:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6aba96dd5778b4201c9f5cb065d7669d3398e724'/>
<id>6aba96dd5778b4201c9f5cb065d7669d3398e724</id>
<content type='text'>
Problem:    Still using FEAT_VIRTUALEDIT.
Solution:   Remove last use of FEAT_VIRTUALEDIT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still using FEAT_VIRTUALEDIT.
Solution:   Remove last use of FEAT_VIRTUALEDIT.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0809: too many #ifdefs</title>
<updated>2019-01-24T15:39:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-24T15:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a12a161b8ce09d024ed71c2134149fa323f8ee8e'/>
<id>a12a161b8ce09d024ed71c2134149fa323f8ee8e</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_MBYTE, part 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_MBYTE, part 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0779: argument for message functions is inconsistent</title>
<updated>2019-01-19T16:43:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-19T16:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=32526b3c1846025f0e655f41efd4e5428da16b6c'/>
<id>32526b3c1846025f0e655f41efd4e5428da16b6c</id>
<content type='text'>
Problem:    Argument for message functions is inconsistent.
Solution:   Make first argument to msg() "char *".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Argument for message functions is inconsistent.
Solution:   Make first argument to msg() "char *".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0753: printf format not checked for semsg()</title>
<updated>2019-01-15T19:19:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-15T19:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b5443cc46dd1485d6c785dd8c65a2c07bd5a17f3'/>
<id>b5443cc46dd1485d6c785dd8c65a2c07bd5a17f3</id>
<content type='text'>
Problem:    printf format not checked for semsg().
Solution:   Add GNUC attribute and fix reported problems. (Dominique Pelle,
            closes #3805)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    printf format not checked for semsg().
Solution:   Add GNUC attribute and fix reported problems. (Dominique Pelle,
            closes #3805)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0743: giving error messages is not flexible</title>
<updated>2019-01-13T22:38:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-13T22:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f9e3e09fdc93be9f0d47afbc6c7df1188c2a5a0d'/>
<id>f9e3e09fdc93be9f0d47afbc6c7df1188c2a5a0d</id>
<content type='text'>
Problem:    Giving error messages is not flexible.
Solution:   Add semsg().  Change argument from "char_u *" to "char *", also
            for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes
            #3302)  Also make emsg() accept a "char *" argument.  Get rid of
            an enormous number of type casts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Giving error messages is not flexible.
Solution:   Add semsg().  Change argument from "char_u *" to "char *", also
            for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes
            #3302)  Also make emsg() accept a "char *" argument.  Get rid of
            an enormous number of type casts.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0720: cannot easily change the current quickfx list index</title>
<updated>2019-01-11T13:50:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-11T13:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c'/>
<id>5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c</id>
<content type='text'>
Problem:    Cannot easily change the current quickfx list index.
Solution:   Add the "idx" argument to setqflist(). (Yegappan Lakshmanan,
            closes #3701)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot easily change the current quickfx list index.
Solution:   Add the "idx" argument to setqflist(). (Yegappan Lakshmanan,
            closes #3701)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0622: adding quickfix items marks items as valid errors</title>
<updated>2018-12-22T15:49:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-12-22T15:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9752c72f492312acd1c84e673864faed31a3bc97'/>
<id>9752c72f492312acd1c84e673864faed31a3bc97</id>
<content type='text'>
Problem:    Adding quickfix items marks items as valid errors. (Daniel Hahler)
Solution:   Check when items are valid. (Yegappan Lakshmanan, closes #3683,
            closes #3633)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Adding quickfix items marks items as valid errors. (Daniel Hahler)
Solution:   Check when items are valid. (Yegappan Lakshmanan, closes #3683,
            closes #3633)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()</title>
<updated>2018-12-14T14:38:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-12-14T14:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8f66717a1f835b8194139d158c1e2df8b30c3ef3'/>
<id>8f66717a1f835b8194139d158c1e2df8b30c3ef3</id>
<content type='text'>
Problem:    Using illogical name for get_dict_number()/get_dict_string().
Solution:   Rename to start with dict_.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using illogical name for get_dict_number()/get_dict_string().
Solution:   Rename to start with dict_.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0532: cannot distinguish between quickfix and location list</title>
<updated>2018-11-16T17:46:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-11-16T17:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2d67d307ee5dba911e8fbe73193bf596ebf76c1a'/>
<id>2d67d307ee5dba911e8fbe73193bf596ebf76c1a</id>
<content type='text'>
Problem:    Cannot distinguish between quickfix and location list.
Solution:   Add an explicit type variable. (Yegappan Lakshmanan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot distinguish between quickfix and location list.
Solution:   Add an explicit type variable. (Yegappan Lakshmanan)
</pre>
</div>
</content>
</entry>
</feed>
