<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test, branch v0.2.2</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>'viewoptions': add "curdir" flag #7447</title>
<updated>2017-11-18T11:02:15+00:00</updated>
<author>
<name>Eric Roberts</name>
<email>notthebmovieactor@gmail.com</email>
</author>
<published>2017-10-27T14:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a6de144c3e5cc888ab3cb7c2034a762b23566919'/>
<id>a6de144c3e5cc888ab3cb7c2034a762b23566919</id>
<content type='text'>
The flag enables the current local directory set by ":lcd" to be saved
to views which is the current default behaviour. The option can be
removed to disable this behaviour.

closes #7435

vim-patch:8.0.1289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The flag enables the current local directory set by ":lcd" to be saved
to views which is the current default behaviour. The option can be
removed to disable this behaviour.

closes #7435

vim-patch:8.0.1289
</pre>
</div>
</content>
</entry>
<entry>
<title>defaults: scrollback=10000 (#7556)</title>
<updated>2017-11-14T19:55:25+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-14T19:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=67e45292925daf08d353581c1a9999eb0e2202dd'/>
<id>67e45292925daf08d353581c1a9999eb0e2202dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: test/README.md: migrate wiki info (#7552)</title>
<updated>2017-11-14T00:43:52+00:00</updated>
<author>
<name>nateozem</name>
<email>nateozemon@gmail.com</email>
</author>
<published>2017-11-14T00:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=30a21830d06f1e99431c2a632133577841b10c32'/>
<id>30a21830d06f1e99431c2a632133577841b10c32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7545 from jamessan/test-fixes</title>
<updated>2017-11-13T02:09:44+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-11-13T02:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8d8212d384f668e4e6dfea64e169ec85daef44a2'/>
<id>8d8212d384f668e4e6dfea64e169ec85daef44a2</id>
<content type='text'>
Fix test failures found in Debian builds, closes #7522</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test failures found in Debian builds, closes #7522</pre>
</div>
</content>
</entry>
<entry>
<title>test/unit/path_spec: expect correct buffer size (#7514)</title>
<updated>2017-11-13T01:28:07+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro+github@gmail.com</email>
</author>
<published>2017-11-13T01:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d5b7f28b44517a2e9ed07619d9fb828c043f179a'/>
<id>d5b7f28b44517a2e9ed07619d9fb828c043f179a</id>
<content type='text'>
Fixed-size buffers and lfs.currentdir().. does not compute. The tests would fail
if the current working directory was longer than expected.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed-size buffers and lfs.currentdir().. does not compute. The tests would fail
if the current working directory was longer than expected.</pre>
</div>
</content>
</entry>
<entry>
<title>:terminal : fix crash on resize (#7547)</title>
<updated>2017-11-13T01:06:32+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-13T01:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e6beb60da517b6d7d7461687bf91f87d097b9563'/>
<id>e6beb60da517b6d7d7461687bf91f87d097b9563</id>
<content type='text'>
closes #7538
Fix wrong window references from #7440

Remove some eager resizing. Still mostly doesn't address #4997.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #7538
Fix wrong window references from #7440

Remove some eager resizing. Still mostly doesn't address #4997.</pre>
</div>
</content>
</entry>
<entry>
<title>tests: terminal: Assert for SIGWINCH handling before continuing</title>
<updated>2017-11-12T21:45:39+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-11-12T19:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b63cde97f40b962f80ab929036d0eb8c1228b33f'/>
<id>b63cde97f40b962f80ab929036d0eb8c1228b33f</id>
<content type='text'>
Fixes test failures like

    test/functional/terminal/cursor_spec.lua @ 62: terminal cursor with number column is positioned correctly when focused
    ./test/functional/ui/screen.lua:302: Row 2 did not match.
    Expected:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }{1: }                                             |
      |{7:  3 }                                              |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
    Actual:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }rows: 6, cols: 46                             |
      |{7:  3 }{1: }                                             |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes test failures like

    test/functional/terminal/cursor_spec.lua @ 62: terminal cursor with number column is positioned correctly when focused
    ./test/functional/ui/screen.lua:302: Row 2 did not match.
    Expected:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }{1: }                                             |
      |{7:  3 }                                              |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
    Actual:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }rows: 6, cols: 46                             |
      |{7:  3 }{1: }                                             |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
</pre>
</div>
</content>
</entry>
<entry>
<title>tui_spec: Convert nil to "" before formatting it</title>
<updated>2017-11-12T21:45:39+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-11-10T04:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cf75de710cfb817871cb614f2091a11f069db2b7'/>
<id>cf75de710cfb817871cb614f2091a11f069db2b7</id>
<content type='text'>
This fixes an apparent difference in behavior between Lua and LuaJIT.
Lua fails to format nil:

    test/functional/terminal/tui_spec.lua:381: bad argument #2 to 'format' (string expected, got nil)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an apparent difference in behavior between Lua and LuaJIT.
Lua fails to format nil:

    test/functional/terminal/tui_spec.lua:381: bad argument #2 to 'format' (string expected, got nil)
</pre>
</div>
</content>
</entry>
<entry>
<title>:checkhealth : validate 'runtimepath' (#7526)</title>
<updated>2017-11-10T21:37:54+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-10T21:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f5d4da0144c97ba13f530ea7dbd50f7b9768cb34'/>
<id>f5d4da0144c97ba13f530ea7dbd50f7b9768cb34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compat: "v:count" distinct from "count" (#7407)</title>
<updated>2017-11-09T01:20:12+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro+github@gmail.com</email>
</author>
<published>2017-11-09T01:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9837a9c40105d3d28fc99d62693e47b32cec0f06'/>
<id>9837a9c40105d3d28fc99d62693e47b32cec0f06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
