<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/ui, branch v0.1.6</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>api: Establish API naming convention. (#5344)</title>
<updated>2016-09-17T04:30:36+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-09-17T04:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dc6cc4787c16d2b339699c12136c400c1b3b5cef'/>
<id>dc6cc4787c16d2b339699c12136c400c1b3b5cef</id>
<content type='text'>
old name:                   new name:
  --------------------------------------------------
  nvim_name_to_color          nvim_get_color_by_name
  nvim_get_current_buffer     nvim_get_current_buf
  nvim_get_current_window     nvim_get_current_win
  nvim_get_buffers            nvim_list_bufs
  nvim_get_tabpages           nvim_list_tabpages
  nvim_get_windows            nvim_list_wins
  nvim_set_current_buffer     nvim_set_current_buf
  nvim_set_current_window     nvim_set_current_win
  nvim_change_directory       nvim_set_current_dir
  nvim_tabpage_get_window     nvim_tabpage_get_win
  nvim_tabpage_get_windows    nvim_tabpage_list_wins
  nvim_win_get_buffer         nvim_win_get_buf
  nvim_report_error           nvim_err_writeln

Helped-by: Björn Linse &lt;bjorn.linse@gmail.com&gt;
Helped-by: ZyX &lt;kp-pav@yandex.ru&gt;
Helped-by: James McCoy &lt;jamessan@jamessan.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
old name:                   new name:
  --------------------------------------------------
  nvim_name_to_color          nvim_get_color_by_name
  nvim_get_current_buffer     nvim_get_current_buf
  nvim_get_current_window     nvim_get_current_win
  nvim_get_buffers            nvim_list_bufs
  nvim_get_tabpages           nvim_list_tabpages
  nvim_get_windows            nvim_list_wins
  nvim_set_current_buffer     nvim_set_current_buf
  nvim_set_current_window     nvim_set_current_win
  nvim_change_directory       nvim_set_current_dir
  nvim_tabpage_get_window     nvim_tabpage_get_win
  nvim_tabpage_get_windows    nvim_tabpage_list_wins
  nvim_win_get_buffer         nvim_win_get_buf
  nvim_report_error           nvim_err_writeln

Helped-by: Björn Linse &lt;bjorn.linse@gmail.com&gt;
Helped-by: ZyX &lt;kp-pav@yandex.ru&gt;
Helped-by: James McCoy &lt;jamessan@jamessan.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Restore output_spec assertion dropped in f332eba</title>
<updated>2016-09-15T00:59:09+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-09-15T00:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c28fb221ba9f4403c3d264cc50c08160141aaacb'/>
<id>c28fb221ba9f4403c3d264cc50c08160141aaacb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/ui: Stop the terminal job after testing</title>
<updated>2016-09-15T00:56:47+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-09-14T14:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=df99e43ba46ba6475b2fede9110616d761079fb7'/>
<id>df99e43ba46ba6475b2fede9110616d761079fb7</id>
<content type='text'>
When running the tests in a contained environment, the lingering
terminal processes prevent the unmounting of the filesystems in the
contained environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running the tests in a contained environment, the lingering
terminal processes prevent the unmounting of the filesystems in the
contained environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Travis macOS: Skip tab left-drag tests.</title>
<updated>2016-09-12T01:42:51+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-09-12T00:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ac819b8994079d78fdafb883e6e6144dd9aa952f'/>
<id>ac819b8994079d78fdafb883e6e6144dd9aa952f</id>
<content type='text'>
These tests fail on master, so it's not a regression. Changes in #4874
(parent commit) seem to work (and pass most CI), so skipping these tests
is better than blocking the changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests fail on master, so it's not a regression. Changes in #4874
(parent commit) seem to work (and pass most CI), so skipping these tests
is better than blocking the changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>normal.c: Restore vim-like tab dragging. #4874</title>
<updated>2016-09-12T01:11:26+00:00</updated>
<author>
<name>sach1t</name>
<email>sach0010t@gmail.com</email>
</author>
<published>2016-06-04T05:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c6f5d6b7e0f274a245cecd80c480212d399df9d4'/>
<id>c6f5d6b7e0f274a245cecd80c480212d399df9d4</id>
<content type='text'>
Closes #4663
References #3310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4663
References #3310
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5225 from equalsraf/windows-functionaltests</title>
<updated>2016-08-31T19:39:42+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-31T19:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ade1bb7067d0cdb9b059fb66a8c4b868408be9c'/>
<id>0ade1bb7067d0cdb9b059fb66a8c4b868408be9c</id>
<content type='text'>
Enable functional tests in Appveyor</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable functional tests in Appveyor</pre>
</div>
</content>
</entry>
<entry>
<title>api/ui: add tests for popupmenu_external events</title>
<updated>2016-08-29T08:17:31+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-06-08T09:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c41bacc67cb2c5be765f30c42889f168d5fc9d40'/>
<id>c41bacc67cb2c5be765f30c42889f168d5fc9d40</id>
<content type='text'>
update screen.lua to use new style nvim_ui_attach
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update screen.lua to use new style nvim_ui_attach
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark some functional tests as pending in Windows</title>
<updated>2016-08-26T07:21:41+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2016-08-15T23:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=39c628d031b89e9048340f6c95b9c3a97c2a0089'/>
<id>39c628d031b89e9048340f6c95b9c3a97c2a0089</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>highlight: Added QuickFixLine highlight group</title>
<updated>2016-08-17T21:48:15+00:00</updated>
<author>
<name>Tommy Allen</name>
<email>tommy@esdf.io</email>
</author>
<published>2016-08-03T20:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=605e74327a406682f317d07e0097690fc1e577cb'/>
<id>605e74327a406682f317d07e0097690fc1e577cb</id>
<content type='text'>
- Links to Search by default

screen.c: Combine CursorLine with QuickFixLine

- HLF_QFL takes priority over HLF_CUL

docs: Updated to mention QuickFixLine
runtime: Added QuickFixLine to nvimHLGroup
tests: QuickFixLine highlight
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Links to Search by default

screen.c: Combine CursorLine with QuickFixLine

- HLF_QFL takes priority over HLF_CUL

docs: Updated to mention QuickFixLine
runtime: Added QuickFixLine to nvimHLGroup
tests: QuickFixLine highlight
</pre>
</div>
</content>
</entry>
<entry>
<title>api: handle null string in buffer_add_highlight</title>
<updated>2016-08-17T07:34:01+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-16T19:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=57ac9b093465077f691359909c795c0259dec7ba'/>
<id>57ac9b093465077f691359909c795c0259dec7ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
