<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts/geneval.lua, 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>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>api/dispatch: Mark generated functions table readonly (#6576)</title>
<updated>2017-04-24T10:39:48+00:00</updated>
<author>
<name>Patrick Jackson</name>
<email>PatrickSJackson@gmail.com</email>
</author>
<published>2017-04-24T10:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8dc3eca49ba4203fb28ae4d70f3bfac35442199a'/>
<id>8dc3eca49ba4203fb28ae4d70f3bfac35442199a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: consistently use nvim_ prefix and update documentation</title>
<updated>2016-08-31T19:57:06+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-06-28T19:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1c22cab2fd283db49bfdbeaea490747574a36049'/>
<id>1c22cab2fd283db49bfdbeaea490747574a36049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: Allow blacklist functions that shouldn't be accesible from eval</title>
<updated>2016-08-31T19:57:06+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-06-20T12:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e536abc1e1f59d1ac012e1be576bf55175e95443'/>
<id>e536abc1e1f59d1ac012e1be576bf55175e95443</id>
<content type='text'>
Blacklist deprecated functions and functions depending on channel_id
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Blacklist deprecated functions and functions depending on channel_id
</pre>
</div>
</content>
</entry>
<entry>
<title>eval: use gperf to generate the hash of builtin functions</title>
<updated>2016-08-31T19:57:04+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-06-19T14:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e2348f2b1b487c875bbcf6c6711a276f9063040'/>
<id>7e2348f2b1b487c875bbcf6c6711a276f9063040</id>
<content type='text'>
make api functions highlighted as builtins in vim.vim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make api functions highlighted as builtins in vim.vim
</pre>
</div>
</content>
</entry>
<entry>
<title>api: auto generate api function wrappers for viml</title>
<updated>2016-08-31T19:40:20+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-06-18T10:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3bd3b3b76859b3eef80fa4969147efa881b60f40'/>
<id>3bd3b3b76859b3eef80fa4969147efa881b60f40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval: Use generated hash to look up function list</title>
<updated>2016-08-31T19:40:20+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-01-01T11:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5e59916e84933b0b05fda8ed76cf5f24fa3f48b6'/>
<id>5e59916e84933b0b05fda8ed76cf5f24fa3f48b6</id>
<content type='text'>
Problems:
- Disables cross-compiling (alternative: keeps two hash implementations which
  need to be synchronized with each other).
- Puts code-specific name literals into CMakeLists.txt.
- Workaround for lua’s absence of bidirectional pipe communication is rather
  ugly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problems:
- Disables cross-compiling (alternative: keeps two hash implementations which
  need to be synchronized with each other).
- Puts code-specific name literals into CMakeLists.txt.
- Workaround for lua’s absence of bidirectional pipe communication is rather
  ugly.
</pre>
</div>
</content>
</entry>
<entry>
<title>eval: Move VimL functions list to a lua file</title>
<updated>2016-08-31T19:40:20+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-01-01T09:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8fb7273ac0b981eeb9afdc82675b908c1600d34f'/>
<id>8fb7273ac0b981eeb9afdc82675b908c1600d34f</id>
<content type='text'>
Removes all kinds of problems with sorting, provides a ready-to-use function
list representation for genvimvim.lua, does not require specifying function name
twice (VimL function name (string) + f_ function name).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes all kinds of problems with sorting, provides a ready-to-use function
list representation for genvimvim.lua, does not require specifying function name
twice (VimL function name (string) + f_ function name).
</pre>
</div>
</content>
</entry>
</feed>
