<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/message.c, branch v0.3.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>Style corrections in the two new functions</title>
<updated>2014-05-12T15:14:16+00:00</updated>
<author>
<name>Harsh Kumar</name>
<email>harsh1kumar@gmail.com</email>
</author>
<published>2014-05-04T20:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cfe57fdb609f6a66315f6fec67f29fad5c5599bf'/>
<id>cfe57fdb609f6a66315f6fec67f29fad5c5599bf</id>
<content type='text'>
Style changes in the two new function:
cpy_hotkeys_and_msg() &amp; console_dialog_alloc()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Style changes in the two new function:
cpy_hotkeys_and_msg() &amp; console_dialog_alloc()
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new functions for memory alloction &amp; data copy</title>
<updated>2014-05-12T15:14:16+00:00</updated>
<author>
<name>Harsh Kumar</name>
<email>harsh1kumar@gmail.com</email>
</author>
<published>2014-05-04T19:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=af05207ce73c628175670f3d093d741a2382464e'/>
<id>af05207ce73c628175670f3d093d741a2382464e</id>
<content type='text'>
From msg_show_console_dialog(), a new function was created
for memory allocation for hotkeys &amp; dialog string.
Similarly, another function created for copying hotkeys
&amp; dialog string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From msg_show_console_dialog(), a new function was created
for memory allocation for hotkeys &amp; dialog string.
Similarly, another function created for copying hotkeys
&amp; dialog string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simple Split 2-iter loop: msg_show_console_dialog</title>
<updated>2014-05-12T15:14:16+00:00</updated>
<author>
<name>Harsh Kumar</name>
<email>harsh1kumar@gmail.com</email>
</author>
<published>2014-05-04T15:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1b21cf5c265bf19cf2486b4f648b654ad1fe3bff'/>
<id>1b21cf5c265bf19cf2486b4f648b654ad1fe3bff</id>
<content type='text'>
Simply spliting the 2-iter loop into code for computing
size of memory &amp; for copying to allocated memory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simply spliting the 2-iter loop into code for computing
size of memory &amp; for copying to allocated memory
</pre>
</div>
</content>
</entry>
<entry>
<title>replaced `vim_free()` calls with `free()` calls</title>
<updated>2014-05-05T22:38:52+00:00</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-04-29T14:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f9d4c78ddcd99efeeb4e4e44b7bd0b6e34889db3'/>
<id>f9d4c78ddcd99efeeb4e4e44b7bd0b6e34889db3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert #652</title>
<updated>2014-05-01T18:00:31+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2014-05-01T18:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1b5217687abf8e1aeabaf4e5a64073177d56e593'/>
<id>1b5217687abf8e1aeabaf4e5a64073177d56e593</id>
<content type='text'>
reverting broad cosmetic/style change because:
- increases merge-conflicts
- increases overhead of merging upstream Vim patches
- reasons for change are ambiguous, so default to no change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reverting broad cosmetic/style change because:
- increases merge-conflicts
- increases overhead of merging upstream Vim patches
- reasons for change are ambiguous, so default to no change
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove NUL macro</title>
<updated>2014-04-29T20:51:09+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2014-04-29T19:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2e4613aecc712eb5e893d341da5f571f932376d5'/>
<id>2e4613aecc712eb5e893d341da5f571f932376d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to FEAT_{X11,CLIPBOARD} and USE_XSMP.</title>
<updated>2014-04-28T23:46:34+00:00</updated>
<author>
<name>Chris Watkins</name>
<email>chris.watkins88@gmail.com</email>
</author>
<published>2014-04-26T07:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c9fba7ca7c3ac4eb7eb970e8e9713ecff537180d'/>
<id>c9fba7ca7c3ac4eb7eb970e8e9713ecff537180d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code and checks for unsupported systems.</title>
<updated>2014-04-28T10:43:57+00:00</updated>
<author>
<name>Chris Watkins</name>
<email>chris.watkins88@gmail.com</email>
</author>
<published>2014-04-23T05:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9da32a1f78fe075663466ac1349cb1495420591f'/>
<id>9da32a1f78fe075663466ac1349cb1495420591f</id>
<content type='text'>
Remove remnants of support for systems including
__EMX__, MSDOS, OS2, AMIGA and MORPHOS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove remnants of support for systems including
__EMX__, MSDOS, OS2, AMIGA and MORPHOS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use portable format specifiers: Support 'll' in vim_snprintf.</title>
<updated>2014-04-23T09:56:33+00:00</updated>
<author>
<name>Eliseo Martínez</name>
<email>eliseomarmol@gmail.com</email>
</author>
<published>2014-04-21T11:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b9c550ebd5ce5d3f37ca6bab7657be1b3fba6697'/>
<id>b9c550ebd5ce5d3f37ca6bab7657be1b3fba6697</id>
<content type='text'>
Add support for 'll' length specifier in vim_snprintf/vim_vsnprintf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for 'll' length specifier in vim_snprintf/vim_vsnprintf.
</pre>
</div>
</content>
</entry>
</feed>
