<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/test53.in, branch v0.3.3</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>vim-patch:8.0.1158: still old style tests</title>
<updated>2018-02-11T14:27:56+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-02-01T23:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=54b9510e0572694e57d34d38e006b5e570850dea'/>
<id>54b9510e0572694e57d34d38e006b5e570850dea</id>
<content type='text'>
Problem:    Still old style tests.
Solution:   Convert serveral tests to new style. (Yegappan Lakshmanan)

https://github.com/vim/vim/commit/db51007108a6ab0671e7f7b4844557cbe647185f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still old style tests.
Solution:   Convert serveral tests to new style. (Yegappan Lakshmanan)

https://github.com/vim/vim/commit/db51007108a6ab0671e7f7b4844557cbe647185f
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.2100</title>
<updated>2017-01-10T18:05:41+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-01-10T15:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4c3204097c278bf911440584dd1df0d5a0a5293d'/>
<id>4c3204097c278bf911440584dd1df0d5a0a5293d</id>
<content type='text'>
Problem:    "cgn" and "dgn" do not work correctly with a single character
            match and the replacement includes the searched pattern. (John
            Beckett)
Solution:   If the match is found in the wrong column try in the next column.
            Turn the test into new style. (Christian Brabandt)

https://github.com/vim/vim/commit/6835dc61aebca2b602d85a9d63c449ace58683b4

Closes #5796
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "cgn" and "dgn" do not work correctly with a single character
            match and the replacement includes the searched pattern. (John
            Beckett)
Solution:   If the match is found in the wrong column try in the next column.
            Turn the test into new style. (Christian Brabandt)

https://github.com/vim/vim/commit/6835dc61aebca2b602d85a9d63c449ace58683b4

Closes #5796
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Remove references to tiny.vim/small.vim/mbyte.vim</title>
<updated>2016-05-22T19:55:38+00:00</updated>
<author>
<name>Michael Ennen</name>
<email>mike.ennen@gmail.com</email>
</author>
<published>2016-04-19T23:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e70cae426cb3ad6b755d76b4aa523f806bacd89b'/>
<id>e70cae426cb3ad6b755d76b4aa523f806bacd89b</id>
<content type='text'>
Vim creates these scripts in test1 depending on what build features
are enabled so that tests that use these features are skiped if
necessary. Because Neovim only has one type of build (and the features
+eval, +windows, and +multi-byte are enabled in this build) they are
not necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vim creates these scripts in test1 depending on what build features
are enabled so that tests that use these features are skiped if
necessary. Because Neovim only has one type of build (and the features
+eval, +windows, and +multi-byte are enabled in this build) they are
not necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.655</title>
<updated>2015-11-22T01:52:50+00:00</updated>
<author>
<name>Johan Klokkhammer Helsing</name>
<email>johanhelsing@gmail.com</email>
</author>
<published>2015-11-22T01:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cfa2107e33e98c35a2f08236ef6816fbae7cc8f1'/>
<id>cfa2107e33e98c35a2f08236ef6816fbae7cc8f1</id>
<content type='text'>
Problem:    Text deleted by "dit" depends on indent of closing tag.
            (Jan Parthey)
Solution:   Do not adjust oap-&gt;end in do_pending_operator(). (Christian
            Brabandt)

https://github.com/vim/vim/commit/b6c2735c56f1541159e1ad95c3f17a52b3a94f1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Text deleted by "dit" depends on indent of closing tag.
            (Jan Parthey)
Solution:   Do not adjust oap-&gt;end in do_pending_operator(). (Christian
            Brabandt)

https://github.com/vim/vim/commit/b6c2735c56f1541159e1ad95c3f17a52b3a94f1d
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.551</title>
<updated>2015-01-04T20:23:48+00:00</updated>
<author>
<name>Erik Paulson</name>
<email>epaulson10@gmail.com</email>
</author>
<published>2015-01-02T19:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=55f00f44d30d06cf17e86d9a94bd8a42b0b04db1'/>
<id>55f00f44d30d06cf17e86d9a94bd8a42b0b04db1</id>
<content type='text'>
Problem:    "ygn" may yank too much. (Fritzophrenic)  Issue 295.
Solution:   Check the width of the next match. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=v7-4-551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "ygn" may yank too much. (Fritzophrenic)  Issue 295.
Solution:   Check the width of the next match. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=v7-4-551
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce nvim namespace: Move files.</title>
<updated>2014-05-15T18:46:01+00:00</updated>
<author>
<name>Eliseo Martínez</name>
<email>eliseomarmol@gmail.com</email>
</author>
<published>2014-05-12T00:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=da51dc9cf202772f60bd2da975dbef257bd9237c'/>
<id>da51dc9cf202772f60bd2da975dbef257bd9237c</id>
<content type='text'>
Move files from src/ to src/nvim/.
- src/nvim/ becomes the new root dir for nvim executable sources.
- src/libnvim/ is planned to become root dir of the neovim library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move files from src/ to src/nvim/.
- src/nvim/ becomes the new root dir for nvim executable sources.
- src/libnvim/ is planned to become root dir of the neovim library.
</pre>
</div>
</content>
</entry>
</feed>
