<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/api, branch v0.3.7</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>options: properly reset directories on 'autochdir' (#9894)</title>
<updated>2019-04-15T19:04:16+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2019-04-13T10:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f891131c6bb2ab399130e28c9e483e071dafcbcb'/>
<id>f891131c6bb2ab399130e28c9e483e071dafcbcb</id>
<content type='text'>
Fixes https://github.com/neovim/neovim/issues/9892</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/neovim/neovim/issues/9892</pre>
</div>
</content>
</entry>
<entry>
<title>doc</title>
<updated>2018-12-30T20:09:39+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-09T00:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4ba8266ab1212a9c1e3250f3785061ee8d52043e'/>
<id>4ba8266ab1212a9c1e3250f3785061ee8d52043e</id>
<content type='text'>
- CMake features
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CMake features
</pre>
</div>
</content>
</entry>
<entry>
<title>doc (#9288)</title>
<updated>2018-12-09T00:31:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-09T00:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=857a7312d015350c9637548310c7a187637d3ca4'/>
<id>857a7312d015350c9637548310c7a187637d3ca4</id>
<content type='text'>
- misc
- doc: `:help config`. closes #9329
- cleanup test/README.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- misc
- doc: `:help config`. closes #9329
- cleanup test/README.md</pre>
</div>
</content>
</entry>
<entry>
<title>API: rename nvim_buf_clear_highlight to nvim_buf_clear_namespace</title>
<updated>2018-11-29T14:15:04+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-11-29T14:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=32405de7df965174f0aad19692b8d988bae83a44'/>
<id>32405de7df965174f0aad19692b8d988bae83a44</id>
<content type='text'>
We want a single function to clear all namespaced buffer objects. This
will later include extmarks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want a single function to clear all namespaced buffer objects. This
will later include extmarks.
</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>doc: API</title>
<updated>2018-11-05T21:45:49+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-05T02:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b96730bc3bc71e03004b9720bcd0ac67a2a7bb85'/>
<id>b96730bc3bc71e03004b9720bcd0ac67a2a7bb85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc</title>
<updated>2018-11-05T21:45:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-01T04:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4de70f5b9581bd0e35e7af3b6fb1eb835d538555'/>
<id>4de70f5b9581bd0e35e7af3b6fb1eb835d538555</id>
<content type='text'>
- update standard-plugin-list. closes #8388
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- update standard-plugin-list. closes #8388
</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>
</feed>
