<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/api/vim.c, branch userregs_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>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>API: Implement vim_get_vvar</title>
<updated>2014-05-13T17:11:32+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-12T22:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f69b0a1dc768f94d8087bfae6cb5f9841d6e0068'/>
<id>f69b0a1dc768f94d8087bfae6cb5f9841d6e0068</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Refactor vim_{get,set}_var</title>
<updated>2014-05-13T17:11:32+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-12T21:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5d0cb370f6b2d064f682118584adc456f10bcdf4'/>
<id>5d0cb370f6b2d064f682118584adc456f10bcdf4</id>
<content type='text'>
- Change in dict_set_value: Passing 'nil' as value will delete the
  variable.
- Change in dict_get_value: Removed 'pop' parameter, now values can be popped
  by passing 'nil' to dict_set_value
- Update {buffer,window,tabpage}_get_var to reflect the changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Change in dict_set_value: Passing 'nil' as value will delete the
  variable.
- Change in dict_get_value: Removed 'pop' parameter, now values can be popped
  by passing 'nil' to dict_set_value
- Update {buffer,window,tabpage}_get_var to reflect the changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new files to clint and fix reported errors</title>
<updated>2014-05-13T17:11:31+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-11T12:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9d18533ca350565b7a67f4f416fa09d5110ceac1'/>
<id>9d18533ca350565b7a67f4f416fa09d5110ceac1</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 functions for deleting lines</title>
<updated>2014-05-13T17:11:26+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-11T01:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=607d4acfb262562b78145cbe3c2240fc7b4f49da'/>
<id>607d4acfb262562b78145cbe3c2240fc7b4f49da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Refactor buffer_{get,set}_line</title>
<updated>2014-05-13T17:11:26+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-11T01:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8eb67404f00c789fc5e8ef723105be2b0aff85cd'/>
<id>8eb67404f00c789fc5e8ef723105be2b0aff85cd</id>
<content type='text'>
They are now implemented on top of the buffer_{get,set}_slice functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are now implemented on top of the buffer_{get,set}_slice functions
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Implement window/tabpage switching functions</title>
<updated>2014-05-13T12:33:41+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-09T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=73dbb97f8e51c77bb553a8af645b728543462d26'/>
<id>73dbb97f8e51c77bb553a8af645b728543462d26</id>
<content type='text'>
Also moved `find_buffer` to 'api/helpers.c' and removed unnecessary declaration
in 'window.h'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moved `find_buffer` to 'api/helpers.c' and removed unnecessary declaration
in 'window.h'
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Implement buffer switching functions</title>
<updated>2014-05-13T12:33:41+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-09T17:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9dd1d2cd003d2567fcd47c8cb54603cc348dec01'/>
<id>9dd1d2cd003d2567fcd47c8cb54603cc348dec01</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 vim_get_buffer_count</title>
<updated>2014-05-13T12:33:41+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-09T17:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c001cfdba064a87c28fe010dbc745eddcf6dbf33'/>
<id>c001cfdba064a87c28fe010dbc745eddcf6dbf33</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 vim_{out,err}_write</title>
<updated>2014-05-13T12:33:41+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-05-09T17:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c1d3539fb4eeee6090d2b31aed45df06a37a6ae3'/>
<id>c1d3539fb4eeee6090d2b31aed45df06a37a6ae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
