<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/api, branch v0.3.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>test/api: verify that UI options from stable metadata are preserved</title>
<updated>2018-12-21T09:52:25+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-12-21T09:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b41f429bb6d590979c839052b3b5722b13c2664'/>
<id>8b41f429bb6d590979c839052b3b5722b13c2664</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RPC: turn errors from async calls into notifications</title>
<updated>2018-12-03T09:42:00+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-12-01T15:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b42249cddf6b257e2eee808a41f3d6dd5af6846'/>
<id>8b42249cddf6b257e2eee808a41f3d6dd5af6846</id>
<content type='text'>
Previously, nvim sent a response with invalid request id (UINT64_MAX).
In functionaltests, catch unexpected error notifications in after_each().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, nvim sent a response with invalid request id (UINT64_MAX).
In functionaltests, catch unexpected error notifications in after_each().
</pre>
</div>
</content>
</entry>
<entry>
<title>doc</title>
<updated>2018-11-28T02:48:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-16T01:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=30857030e848e4a727a889e51d4618ab9b30651f'/>
<id>30857030e848e4a727a889e51d4618ab9b30651f</id>
<content type='text'>
- develop.txt is for design/guidelines; architecture/concepts should
  live elsewhere (currently src/nvim/README.md)
- move dev-jargon to intro.txt
- replace https://neovim.io/community (deprecated) with
  https://neovim.io/#chat
- &lt;Cmd&gt; avoids CmdlineEnter/Leave
  https://github.com/vim/vim/issues/2889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- develop.txt is for design/guidelines; architecture/concepts should
  live elsewhere (currently src/nvim/README.md)
- move dev-jargon to intro.txt
- replace https://neovim.io/community (deprecated) with
  https://neovim.io/#chat
- &lt;Cmd&gt; avoids CmdlineEnter/Leave
  https://github.com/vim/vim/issues/2889
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Implement nvim_win_set_buf() #9100</title>
<updated>2018-11-25T15:27:10+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-25T15:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b1aaa0a881ef36676ddd71e7308ae7461c62896d'/>
<id>b1aaa0a881ef36676ddd71e7308ae7461c62896d</id>
<content type='text'>
closes #9100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #9100
</pre>
</div>
</content>
</entry>
<entry>
<title>api: implement object namespaces</title>
<updated>2018-11-24T10:01:37+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2017-06-23T07:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=01dbf0951b25d582451a8e656731dcf3d9295a71'/>
<id>01dbf0951b25d582451a8e656731dcf3d9295a71</id>
<content type='text'>
Namespaces is a lightweight concept that should be used to group
objects for purposes of bulk operations and introspection. This is
initially used for highlights and virtual text in buffers, and is
planned to also be used for extended marks. There is no plan use them
for privileges or isolation, neither to introduce nanespace-level
options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Namespaces is a lightweight concept that should be used to group
objects for purposes of bulk operations and introspection. This is
initially used for highlights and virtual text in buffers, and is
planned to also be used for extended marks. There is no plan use them
for privileges or isolation, neither to introduce nanespace-level
options.
</pre>
</div>
</content>
</entry>
<entry>
<title>api: simplify nvim_buf_get_offset function</title>
<updated>2018-11-01T21:00:40+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-11-01T18:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c40f992e10355edd586d5cfbca246b9659554438'/>
<id>c40f992e10355edd586d5cfbca246b9659554438</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: implement nvim_buf_get_offset_for_line</title>
<updated>2018-11-01T14:05:05+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-10-30T22:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=281da0dd59fbc5aa7ff1c6f0300c661c1a62cb8c'/>
<id>281da0dd59fbc5aa7ff1c6f0300c661c1a62cb8c</id>
<content type='text'>
Like line2byte, but works for any buffer, and uses zero-based
indexing (API conventions).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like line2byte, but works for any buffer, and uses zero-based
indexing (API conventions).
</pre>
</div>
</content>
</entry>
<entry>
<title>functionaltest: enable job channel test</title>
<updated>2018-11-01T02:55:07+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-10-26T22:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ab0e8c8dddbb359eff77ea696940da06cce59dc'/>
<id>7ab0e8c8dddbb359eff77ea696940da06cce59dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functionaltest: win: enable diffput,diffget test</title>
<updated>2018-11-01T02:55:07+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-10-23T22:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bc5fb82c6d20b39e8b328f6f0b48d3b2e314facb'/>
<id>bc5fb82c6d20b39e8b328f6f0b48d3b2e314facb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api/ui: verify compatibility of UI events</title>
<updated>2018-10-21T18:36:52+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-10-21T11:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bcab880bb6df6f269728437204faa137e3a8ef3e'/>
<id>bcab880bb6df6f269728437204faa137e3a8ef3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
