<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts/genex_cmds.lua, branch colorcolchar</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>generators: separate source generators from scripts</title>
<updated>2017-05-10T14:14:12+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2017-04-30T11:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c778311505fe89e3f32ff3027f0a41f0a2b2fd95'/>
<id>c778311505fe89e3f32ff3027f0a41f0a2b2fd95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>message,strings: Move vim_*printf functions to strings.c</title>
<updated>2017-02-13T21:53:03+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-08-20T22:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a429235b6da4d6c8bb0a80efa0ee5aa0bcc430e8'/>
<id>a429235b6da4d6c8bb0a80efa0ee5aa0bcc430e8</id>
<content type='text'>
Allows eval/typval.h to #include message.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows eval/typval.h to #include message.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.530-531</title>
<updated>2015-04-29T02:08:30+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-01-10T23:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=86330fdd3f39a8975b25b7050a3d02b77a442057'/>
<id>86330fdd3f39a8975b25b7050a3d02b77a442057</id>
<content type='text'>
Specify different kinds of counts for commands.
Updated ex commands generator scripts.

Includes fixes to comments from patch 7.4.531

Original message:

Problem:    Many commands take a count or range that is not using line
            numbers.
Solution:   For each command specify what kind of count it uses.  For
            windows, buffers and arguments have "$" and "." have a
relevant
            meaning. (Marcin Szamotulski)

https://code.google.com/p/vim/source/detail?r=v7-4-530
https://code.google.com/p/vim/source/detail?r=v7-4-531

Add legacy tests for 7.4.530

https://code.google.com/p/vim/source/detail?r=1e6d87a36dcdca231721dde8cbbc26610fb3df27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specify different kinds of counts for commands.
Updated ex commands generator scripts.

Includes fixes to comments from patch 7.4.531

Original message:

Problem:    Many commands take a count or range that is not using line
            numbers.
Solution:   For each command specify what kind of count it uses.  For
            windows, buffers and arguments have "$" and "." have a
relevant
            meaning. (Marcin Szamotulski)

https://code.google.com/p/vim/source/detail?r=v7-4-530
https://code.google.com/p/vim/source/detail?r=v7-4-531

Add legacy tests for 7.4.530

https://code.google.com/p/vim/source/detail?r=1e6d87a36dcdca231721dde8cbbc26610fb3df27
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove long_u: ex_cmds_defs.h: Refactor long_u.</title>
<updated>2015-01-19T18:41:27+00:00</updated>
<author>
<name>Eliseo Martínez</name>
<email>eliseomarmol@gmail.com</email>
</author>
<published>2015-01-13T10:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6762f172d75a17e2d5fca222d9b0eceb940cd1a8'/>
<id>6762f172d75a17e2d5fca222d9b0eceb940cd1a8</id>
<content type='text'>
CommandDefinition.cmd_argt: long_u --&gt; uint32_t.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CommandDefinition.cmd_argt: long_u --&gt; uint32_t.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add const qualifier and explicit length</title>
<updated>2014-08-20T16:21:37+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2014-06-14T12:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b8a32b66033335a27eb928ccf73caecccfacea2a'/>
<id>b8a32b66033335a27eb928ccf73caecccfacea2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lua generator in place of ex_cmds_defs header trick</title>
<updated>2014-08-20T16:21:37+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2014-06-13T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3becb5fd21c45bb58e27768ce900da8abc4dbc73'/>
<id>3becb5fd21c45bb58e27768ce900da8abc4dbc73</id>
<content type='text'>
Closes #788
Fixes #379
Ref #549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #788
Fixes #379
Ref #549
</pre>
</div>
</content>
</entry>
</feed>
