<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/test47.in, branch mix</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:7.4.2123</title>
<updated>2016-12-22T07:00:58+00:00</updated>
<author>
<name>lonerover</name>
<email>pathfinder1644@yahoo.com</email>
</author>
<published>2016-12-22T06:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5dea0334433b271c8cc207eaf07ac34f2b8e49ce'/>
<id>5dea0334433b271c8cc207eaf07ac34f2b8e49ce</id>
<content type='text'>
Problem:    No new style test for diff mode.
Solution:   Add a test.  Check that folds are in sync.

https://github.com/vim/vim/commit/42093c0ec52e6ff29e80aae65ac6a744c7de79bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No new style test for diff mode.
Solution:   Add a test.  Check that folds are in sync.

https://github.com/vim/vim/commit/42093c0ec52e6ff29e80aae65ac6a744c7de79bb
</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.801</title>
<updated>2016-02-09T06:17:02+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-02-09T06:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=31aa060bca0084d19eac382408727c5f3b190af3'/>
<id>31aa060bca0084d19eac382408727c5f3b190af3</id>
<content type='text'>
Problem:    Test for ":diffoff" doesn't catch all potential problems.
Solution:   Add a :diffthis and a :diffoff command. (Olaf Dabrunz)

https://github.com/vim/vim/commit/278236000f6449c79041be8d6f4faabb1d295260
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test for ":diffoff" doesn't catch all potential problems.
Solution:   Add a :diffthis and a :diffoff command. (Olaf Dabrunz)

https://github.com/vim/vim/commit/278236000f6449c79041be8d6f4faabb1d295260
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.769</title>
<updated>2016-02-09T06:03:33+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-01-30T19:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=81ccfc576f8a891a8cf7ba8dfffbbbd0b154397b'/>
<id>81ccfc576f8a891a8cf7ba8dfffbbbd0b154397b</id>
<content type='text'>
Problem:    Behavior of :diffoff is not tested.
Solution:   Add a bit of testing. (Olaf Dabrunz)

https://github.com/vim/vim/commit/2693ca21cee8a729d74682fd86a4818f2b050228
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Behavior of :diffoff is not tested.
Solution:   Add a bit of testing. (Olaf Dabrunz)

https://github.com/vim/vim/commit/2693ca21cee8a729d74682fd86a4818f2b050228
</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>
