<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test64.ok, 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 7.4.1967</title>
<updated>2016-06-28T20:39:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-06-28T20:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6747fabc7348bf5f41ccfe851e2be3e900ec8ee0'/>
<id>6747fabc7348bf5f41ccfe851e2be3e900ec8ee0</id>
<content type='text'>
Problem:    Falling back from NFA to old regexp engine does not work properly.
            (fritzophrenic)
Solution:   Do not restore nfa_match. (Christian Brabandt, closes #867)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Falling back from NFA to old regexp engine does not work properly.
            (fritzophrenic)
Solution:   Do not restore nfa_match. (Christian Brabandt, closes #867)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.582</title>
<updated>2015-01-18T15:46:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-01-18T15:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ef795d1a5bb39a7cc74e7e36075a47afbfa75901'/>
<id>ef795d1a5bb39a7cc74e7e36075a47afbfa75901</id>
<content type='text'>
Problem:    Can't match "%&gt;80v" properly. (Axel Bender)
Solution:   Correctly handle "&gt;". (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't match "%&gt;80v" properly. (Axel Bender)
Solution:   Correctly handle "&gt;". (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.421</title>
<updated>2014-08-29T09:56:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-08-29T09:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2d46e6075ba3aa369172e610782810b9ac3f1f4b'/>
<id>2d46e6075ba3aa369172e610782810b9ac3f1f4b</id>
<content type='text'>
Problem:    Crash when searching for "\ze*". (Urtica Dioica)
Solution:   Disallow a multi after \ze and \zs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when searching for "\ze*". (Urtica Dioica)
Solution:   Disallow a multi after \ze and \zs.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.290</title>
<updated>2014-05-13T14:44:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-05-13T14:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9c235069b237caed426eff14ce91df46bc69e234'/>
<id>9c235069b237caed426eff14ce91df46bc69e234</id>
<content type='text'>
Problem:    A non-greedy match followed by a branch is too greedy. (Ingo
            Karkat)
Solution:   Add NFA_MATCH when it is already in the state list if the position
            differs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    A non-greedy match followed by a branch is too greedy. (Ingo
            Karkat)
Solution:   Add NFA_MATCH when it is already in the state list if the position
            differs.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.289</title>
<updated>2014-05-13T13:56:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-05-13T13:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ee4825331aeb3f517f8a51d0c21c743655352fb3'/>
<id>ee4825331aeb3f517f8a51d0c21c743655352fb3</id>
<content type='text'>
Problem:    Pattern with repeated backreference does not match with new regexp
            engine. (Urtica Dioica)
Solution:   Also check the end of a submatch when deciding to put a state in
            the state list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Pattern with repeated backreference does not match with new regexp
            engine. (Urtica Dioica)
Solution:   Also check the end of a submatch when deciding to put a state in
            the state list.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.101</title>
<updated>2013-11-21T16:13:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-11-21T16:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=438ee5bf603f3cee2c8ec924d081885c0086ba19'/>
<id>438ee5bf603f3cee2c8ec924d081885c0086ba19</id>
<content type='text'>
Problem:    Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
Solution:   Only advance the match end for the matched characters in the last
            line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
Solution:   Only advance the match end for the matched characters in the last
            line.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.100</title>
<updated>2013-11-21T15:03:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-11-21T15:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=272fb5823627e2e088b8f39ea516fc8a9341572e'/>
<id>272fb5823627e2e088b8f39ea516fc8a9341572e</id>
<content type='text'>
Problem:    NFA regexp doesn't handle backreference correctly. (Ryuichi
            Hayashida, Urtica Dioica)
Solution:   Always add NFA_SKIP, also when it already exists at the start
            position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    NFA regexp doesn't handle backreference correctly. (Ryuichi
            Hayashida, Urtica Dioica)
Solution:   Always add NFA_SKIP, also when it already exists at the start
            position.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.037</title>
<updated>2013-09-25T16:16:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-09-25T16:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f211884fa151a3c39b1a85a115d6d88ce85bbe54'/>
<id>f211884fa151a3c39b1a85a115d6d88ce85bbe54</id>
<content type='text'>
Problem:    Using "\ze" in a sub-pattern does not result in the end of the
            match to be set. (Axel Bender)
Solution:   Copy the end of match position when a recursive match was
            successful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using "\ze" in a sub-pattern does not result in the end of the
            match to be set. (Axel Bender)
Solution:   Copy the end of match position when a recursive match was
            successful.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.036</title>
<updated>2013-09-25T14:41:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-09-25T14:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=699c12076de7d8811045cd2b98df78d7108b68ed'/>
<id>699c12076de7d8811045cd2b98df78d7108b68ed</id>
<content type='text'>
Problem:    NFA engine does not capture group correctly when using \@&gt;. (ZyX)
Solution:   Copy submatches before doing the recursive match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    NFA engine does not capture group correctly when using \@&gt;. (ZyX)
Solution:   Copy submatches before doing the recursive match.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.032</title>
<updated>2013-09-22T11:57:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-09-22T11:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=595cad2ea1c77c40a34a240c71290fdef6aabd3b'/>
<id>595cad2ea1c77c40a34a240c71290fdef6aabd3b</id>
<content type='text'>
Problem:    NFA engine does not match the NUL character. (Jonathon Merz)
Solution:   Ues 0x0a instead of NUL. (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    NFA engine does not match the NUL character. (Jonathon Merz)
Solution:   Ues 0x0a instead of NUL. (Christian Brabandt)
</pre>
</div>
</content>
</entry>
</feed>
