<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/proto/quickfix.pro, 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.1.0213: CTRL-W CR does not work properly in a quickfix window</title>
<updated>2018-07-25T20:36:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-25T20:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0a08c63da17dfd93ac2885e3f3f8a083a9b3131c'/>
<id>0a08c63da17dfd93ac2885e3f3f8a083a9b3131c</id>
<content type='text'>
Problem:    CTRL-W CR does not work properly in a quickfix window.
Solution:   Split the window if needed. (Jason Franklin)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    CTRL-W CR does not work properly in a quickfix window.
Solution:   Split the window if needed. (Jason Franklin)
</pre>
</div>
</content>
</entry>
<entry>
<title>Vim 8.1 release</title>
<updated>2018-05-17T15:04:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-17T15:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b1c9198afb7ff902588b45fbe44f0760a9f48375'/>
<id>b1c9198afb7ff902588b45fbe44f0760a9f48375</id>
<content type='text'>
Update version number and information.  Fix a couple of tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update version number and information.  Fix a couple of tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1093: various small quickfix issues</title>
<updated>2017-09-11T17:31:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-09-11T17:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b4d5fbabc99917a8069ba32a60c2d73d4f60e128'/>
<id>b4d5fbabc99917a8069ba32a60c2d73d4f60e128</id>
<content type='text'>
Problem:    Various small quickfix issues.
Solution:   Remove ":" prefix from title set by a user. Add the qf_id2nr().
            function. Add a couple more tests.  Update documentation.
            (Yegappan Lakshmanan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various small quickfix issues.
Solution:   Remove ":" prefix from title set by a user. Add the qf_id2nr().
            function. Add a couple more tests.  Update documentation.
            (Yegappan Lakshmanan)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'</title>
<updated>2017-08-27T13:23:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-08-27T13:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7adf06f4e25c795ba32ff0b2e8591330f6a41afb'/>
<id>7adf06f4e25c795ba32ff0b2e8591330f6a41afb</id>
<content type='text'>
Problem:    Cannot parse text with 'erroformat' without changing a quickfix
            list.
Solution:   Add the "text" argument to getqflist(). (Yegappan Lakshmanan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot parse text with 'erroformat' without changing a quickfix
            list.
Solution:   Add the "text" argument to getqflist(). (Yegappan Lakshmanan)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0776: function prototypes missing without the quickfix feature</title>
<updated>2017-07-25T21:31:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-07-25T21:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f0a521f4f76904edb74e182c12732189b347ff68'/>
<id>f0a521f4f76904edb74e182c12732189b347ff68</id>
<content type='text'>
Problem:    Function prototypes missing without the quickfix feature. (Tony
            Mechelynck)
Solution:   Move non-quickfix functions to buffer.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Function prototypes missing without the quickfix feature. (Tony
            Mechelynck)
Solution:   Move non-quickfix functions to buffer.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0761: options not set properly for a terminal buffer</title>
<updated>2017-07-23T17:51:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-07-23T17:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1f2903c43109b16594d141a730659317b15f388d'/>
<id>1f2903c43109b16594d141a730659317b15f388d</id>
<content type='text'>
Problem:    Options of a buffer for a terminal window are not set properly.
Solution:   Add "terminal" value for 'buftype'.  Make 'buftype' and
            'bufhidden' not depend on the quickfix feature.
            Also set the buffer name and show "running" or "finished" in the
            window title.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Options of a buffer for a terminal window are not set properly.
Solution:   Add "terminal" value for 'buftype'.  Make 'buftype' and
            'bufhidden' not depend on the quickfix feature.
            Also set the buffer name and show "running" or "finished" in the
            window title.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0590: cannot add a context to locations</title>
<updated>2017-04-30T12:21:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-04-30T12:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8f77c5a4ec756f3f866bd6b18feb6fca6f2a2e91'/>
<id>8f77c5a4ec756f3f866bd6b18feb6fca6f2a2e91</id>
<content type='text'>
Problem:    Cannot add a context to locations.
Solution:   Add the "context" entry in location entries. (Yegappan Lakshmanan,
            closes #1012)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot add a context to locations.
Solution:   Add the "context" entry in location entries. (Yegappan Lakshmanan,
            closes #1012)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0420: text garbled when the system encoding differs from 'encoding'</title>
<updated>2017-03-05T16:43:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-05T16:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2c7292dc5bbf155fe2192d417363b8c085759cad'/>
<id>2c7292dc5bbf155fe2192d417363b8c085759cad</id>
<content type='text'>
Problem:    When running :make the output may be in the system encoding,
            different from 'encoding'.
Solution:   Add the 'makeencoding' option. (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When running :make the output may be in the system encoding,
            different from 'encoding'.
Solution:   Add the 'makeencoding' option. (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2239</title>
<updated>2016-08-21T20:39:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-21T20:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9baf297c99cc35adb921bee04369499d76438889'/>
<id>9baf297c99cc35adb921bee04369499d76438889</id>
<content type='text'>
Problem:    Warning for missing declaration of skip_vimgrep_pat(). (John
            Marriott)
Solution:   Move it to another file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warning for missing declaration of skip_vimgrep_pat(). (John
            Marriott)
Solution:   Move it to another file.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2200</title>
<updated>2016-08-12T14:29:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-12T14:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d823fa910cca43fec3c31c030ee908a14c272640'/>
<id>d823fa910cca43fec3c31c030ee908a14c272640</id>
<content type='text'>
Problem:    Cannot get all information about a quickfix list.
Solution:   Add an optional argument to get/set loc/qf list(). (Yegappan
            Lakshmanan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot get all information about a quickfix list.
Solution:   Add an optional argument to get/set loc/qf list(). (Yegappan
            Lakshmanan)
</pre>
</div>
</content>
</entry>
</feed>
