<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_quickfix.vim, branch v8.2.3176</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.3163: location list window may open a wrong file</title>
<updated>2021-07-15T11:13:39+00:00</updated>
<author>
<name>Wei-Chung Wen</name>
<email>morisato3711@gmail.com</email>
</author>
<published>2021-07-15T11:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1557b16dad2b1a3466a93d015575cd7fdb4661c9'/>
<id>1557b16dad2b1a3466a93d015575cd7fdb4661c9</id>
<content type='text'>
Problem:    Location list window may open a wrong file.
Solution:   Also update the qf_ptr field. (Wei-Chung Wen, closes #8565,
            closes #8566)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Location list window may open a wrong file.
Solution:   Also update the qf_ptr field. (Wei-Chung Wen, closes #8565,
            closes #8566)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3025: not enough tests for quickfix end_col and end_lnum</title>
<updated>2021-06-20T14:31:00+00:00</updated>
<author>
<name>shane.xb.qian</name>
<email>shane.qian@foxmail.com</email>
</author>
<published>2021-06-20T14:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0d5e1ec37fbe75e18acba6f650c59bf91063108c'/>
<id>0d5e1ec37fbe75e18acba6f650c59bf91063108c</id>
<content type='text'>
Problem:    Not enough tests for quickfix end_col and end_lnum.
Solution:   Add a few more test cases. (Shane-XB-Qian, closes #8409)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough tests for quickfix end_col and end_lnum.
Solution:   Add a few more test cases. (Shane-XB-Qian, closes #8409)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3019: location list only has the start position.</title>
<updated>2021-06-19T18:45:20+00:00</updated>
<author>
<name>thinca</name>
<email>thinca@gmail.com</email>
</author>
<published>2021-06-19T18:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6864efa59636ccede2af24e3f5f92d78d210d77b'/>
<id>6864efa59636ccede2af24e3f5f92d78d210d77b</id>
<content type='text'>
Problem:    Location list only has the start position.
Solution:   Make it possible to add an end position. (Shane-XB-Qian,
            closes #8393)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Location list only has the start position.
Solution:   Make it possible to add an end position. (Shane-XB-Qian,
            closes #8393)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffers</title>
<updated>2021-06-19T16:22:53+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-06-19T16:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ad52f96a2d3169cb1b915c1d4a6ba26ba6e5bd0a'/>
<id>ad52f96a2d3169cb1b915c1d4a6ba26ba6e5bd0a</id>
<content type='text'>
Problem:    Formatting using quickfixtextfunc is lost when updating location
            lists for different buffers.  (Yorick Peterse)
Solution:   Use the right window for the locaiton list. (Yegappan Lakshmanan,
            closes #8400, closes #8403)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Formatting using quickfixtextfunc is lost when updating location
            lists for different buffers.  (Yorick Peterse)
Solution:   Use the right window for the locaiton list. (Yegappan Lakshmanan,
            closes #8400, closes #8403)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2834: Vim9: :cexpr does not work with local variables</title>
<updated>2021-05-05T19:31:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-05-05T19:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5f7d4c049e934dbc8d2c3f2720797c10ee3c55c2'/>
<id>5f7d4c049e934dbc8d2c3f2720797c10ee3c55c2</id>
<content type='text'>
Problem:    Vim9: :cexpr does not work with local variables.
Solution:   Compile :cexpr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: :cexpr does not work with local variables.
Solution:   Compile :cexpr.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2813: cannot grep using fuzzy matching</title>
<updated>2021-04-26T19:17:52+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-04-26T19:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bb01a1ef3a093cdb36877ba73474719c531dc8cb'/>
<id>bb01a1ef3a093cdb36877ba73474719c531dc8cb</id>
<content type='text'>
Problem:    Cannot grep using fuzzy matching.
Solution:   Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes #8152)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot grep using fuzzy matching.
Solution:   Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes #8152)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2571: test may leave file behind</title>
<updated>2021-03-05T19:58:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-03-05T19:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8c801b374b7d32419cd877353495b801c5e1382a'/>
<id>8c801b374b7d32419cd877353495b801c5e1382a</id>
<content type='text'>
Problem:    Test may leave file behind.
Solution:   Delete the temporary file.  Don't profile in the running Vim
            instance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test may leave file behind.
Solution:   Delete the temporary file.  Don't profile in the running Vim
            instance.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places</title>
<updated>2021-02-14T11:57:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-02-14T11:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=39f3b1411068ff187b4f9f482b2d6b2c1e7a7268'/>
<id>39f3b1411068ff187b4f9f482b2d6b2c1e7a7268</id>
<content type='text'>
Problem:    Vim9: cannot use Vim9 script syntax in some places.
Solution:   Add the :vim9cmd command modifier. Incompatible: Makes ":vim9"
            mean ":vim9cmd" instead of ":vim9script".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot use Vim9 script syntax in some places.
Solution:   Add the :vim9cmd command modifier. Incompatible: Makes ":vim9"
            mean ":vim9cmd" instead of ":vim9script".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2430: :vimgrep expands wildcards twice</title>
<updated>2021-01-30T17:09:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-30T17:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f8c6a1718007432812184c28495e8d27ee6c0395'/>
<id>f8c6a1718007432812184c28495e8d27ee6c0395</id>
<content type='text'>
Problem:    :vimgrep expands wildcards twice.
Solution:   Do not expand wildcards a second time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :vimgrep expands wildcards twice.
Solution:   Do not expand wildcards a second time.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2420: too many problems with using all autocommand events</title>
<updated>2021-01-28T12:47:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-28T12:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9a046fd08bcae319d39a4dbde2be81decee19013'/>
<id>9a046fd08bcae319d39a4dbde2be81decee19013</id>
<content type='text'>
Problem:    Too many problems with using all autocommand events.
Solution:   Disallow defining an autocommand for all events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many problems with using all autocommand events.
Solution:   Disallow defining an autocommand for all events.
</pre>
</div>
</content>
</entry>
</feed>
