<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/testdir, branch tmp</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>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>
<entry>
<title>Improve test_eval.in</title>
<updated>2014-05-02T19:01:31+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2014-05-02T11:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8a729897f433f2e11450f48d57dc38ad7ef0c73a'/>
<id>8a729897f433f2e11450f48d57dc38ad7ef0c73a</id>
<content type='text'>
The old version required to change the range given to :w for each new
test. Now a new buffer is used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old version required to change the range given to :w for each new
test. Now a new buffer is used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove incorrect trailing backslash</title>
<updated>2014-05-01T02:01:27+00:00</updated>
<author>
<name>Joel Teichroeb</name>
<email>joel@teichroeb.net</email>
</author>
<published>2014-05-01T02:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3b77a62a77970a1c1aff5d50df396171ce24b464'/>
<id>3b77a62a77970a1c1aff5d50df396171ce24b464</id>
<content type='text'>
If this backslash is here and USE_VALGRIND is defined, valgrind complains that "else" is not a command.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If this backslash is here and USE_VALGRIND is defined, valgrind complains that "else" is not a command.</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.272</title>
<updated>2014-04-30T15:21:46+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2014-04-29T20:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5d65e7f27948764ca74987b0a964e6eee1e404d9'/>
<id>5d65e7f27948764ca74987b0a964e6eee1e404d9</id>
<content type='text'>
Problem:  Using just "$" does not cause an error message.
Solution: Check for empty environment variable name.
          (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=00228400629e28384f7f52556c3c119ba0d0a44d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  Using just "$" does not cause an error message.
Solution: Check for empty environment variable name.
          (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=00228400629e28384f7f52556c3c119ba0d0a44d
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.268</title>
<updated>2014-04-29T18:14:25+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2014-04-29T14:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=046debb9359c85e2f2bc5c6d9481dac0025c6a80'/>
<id>046debb9359c85e2f2bc5c6d9481dac0025c6a80</id>
<content type='text'>
Problem:  Using exists() on a funcref for a script-local function
          does not work.
Solution: Translate &lt;SNR&gt; to the special byte sequence.
          Add a test.

https://code.google.com/p/vim/source/detail?r=1a5ed2626b26a982e307a206572121a557adf709
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  Using exists() on a funcref for a script-local function
          does not work.
Solution: Translate &lt;SNR&gt; to the special byte sequence.
          Add a test.

https://code.google.com/p/vim/source/detail?r=1a5ed2626b26a982e307a206572121a557adf709
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor test_eval</title>
<updated>2014-04-29T18:13:57+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2014-04-29T14:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f30a83f10120320ea7c2aa1d480fcdb673aa0323'/>
<id>f30a83f10120320ea7c2aa1d480fcdb673aa0323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.269</title>
<updated>2014-04-29T18:11:57+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2014-04-29T13:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=48fa2be92be96b348ffd5c812846178f7835fe15'/>
<id>48fa2be92be96b348ffd5c812846178f7835fe15</id>
<content type='text'>
Problem:  CTRL-U in Insert mode does not work after using a cursor key.
          (Pine Wu)
Solution: Use the original insert start position. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=81c26975e8f9dc7435353581346542409403f296
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  CTRL-U in Insert mode does not work after using a cursor key.
          (Pine Wu)
Solution: Use the original insert start position. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=81c26975e8f9dc7435353581346542409403f296
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.266</title>
<updated>2014-04-29T18:05:47+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2014-04-29T13:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=35ca06603948aba029a82bf094fffaf7f17da4e3'/>
<id>35ca06603948aba029a82bf094fffaf7f17da4e3</id>
<content type='text'>
Problem:  Test 62 fails.
Solution: Set the language to C. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=8f84e906d454a95d3167678a745dde9de442b604
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  Test 62 fails.
Solution: Set the language to C. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=8f84e906d454a95d3167678a745dde9de442b604
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.241</title>
<updated>2014-04-28T19:16:40+00:00</updated>
<author>
<name>oni-link</name>
<email>knil.ino@gmail.com</email>
</author>
<published>2014-04-28T17:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e772cfcc55878f82b5ab1358a10dcdca6c326e08'/>
<id>e772cfcc55878f82b5ab1358a10dcdca6c326e08</id>
<content type='text'>
Problem:    The string returned by submatch() does not distinguish between a
            NL from a line break and a NL that stands for a NUL character.
Solution:   Add a second argument to return a list. (ZyX)

https://code.google.com/p/vim/source/detail?r=a63d0cd691dc925283815d17d62f4e948d723a59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The string returned by submatch() does not distinguish between a
            NL from a line break and a NL that stands for a NUL character.
Solution:   Add a second argument to return a list. (ZyX)

https://code.google.com/p/vim/source/detail?r=a63d0cd691dc925283815d17d62f4e948d723a59
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.265</title>
<updated>2014-04-28T16:26:04+00:00</updated>
<author>
<name>Klemen Košir</name>
<email>klemen913@gmail.com</email>
</author>
<published>2014-04-28T12:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d4f8a86700a1e5c7b3694a34392f311d78e023a6'/>
<id>d4f8a86700a1e5c7b3694a34392f311d78e023a6</id>
<content type='text'>
Problem:    Can't call a global function with "g:" in an expression.
Solution:   Skip the "g:" when looking up the function.

https://code.google.com/p/vim/source/detail?r=8ec9d2196bee0c5108f2d2c196a660a7f4e5f29f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't call a global function with "g:" in an expression.
Solution:   Skip the "g:" when looking up the function.

https://code.google.com/p/vim/source/detail?r=8ec9d2196bee0c5108f2d2c196a660a7f4e5f29f
</pre>
</div>
</content>
</entry>
</feed>
