<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/lua, 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>lint</title>
<updated>2018-12-20T10:57:30+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-30T20:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=127b8569e63d57321fc4cd77b7e55781f1447365'/>
<id>127b8569e63d57321fc4cd77b7e55781f1447365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime/lua/vim/compat.lua</title>
<updated>2018-12-20T10:57:30+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-29T21:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=221f6fffad12beaa928ccedae336d64b7b1c1208'/>
<id>221f6fffad12beaa928ccedae336d64b7b1c1208</id>
<content type='text'>
ref #9280
Introduce the `vim.compat` module, to help environments with system Lua
5.2+ run the build/tests. Include the module implicitly in all tests.

ref #8677
legacy `vim` module:
    beep
    buffer
    command
    dict
    eval
    firstline
    lastline
    line
    list
    open
    type
    window
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #9280
Introduce the `vim.compat` module, to help environments with system Lua
5.2+ run the build/tests. Include the module implicitly in all tests.

ref #8677
legacy `vim` module:
    beep
    buffer
    command
    dict
    eval
    firstline
    lastline
    line
    list
    open
    type
    window
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Lua 5.2/5.3 compat #9280</title>
<updated>2018-12-20T10:57:30+00:00</updated>
<author>
<name>Matěj Cepl</name>
<email>mcepl@cepl.eu</email>
</author>
<published>2018-11-27T15:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e6d0dea42b28a4814546bcf699ce277c365ebfc1'/>
<id>e6d0dea42b28a4814546bcf699ce277c365ebfc1</id>
<content type='text'>
Make the code run both on Lua 5.1 (which is the default for Neovim, and
is what LuaJIT provides) and Lua 5.2+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the code run both on Lua 5.1 (which is the default for Neovim, and
is what LuaJIT provides) and Lua 5.2+.
</pre>
</div>
</content>
</entry>
<entry>
<title>man.lua: avoid float conversion on lua 5.3 (#7851)</title>
<updated>2018-01-15T19:14:27+00:00</updated>
<author>
<name>Filip Szymański</name>
<email>fszymanski@users.noreply.github.com</email>
</author>
<published>2018-01-15T19:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=423d7af3df6de1ab38f9987cafc86499730da5dc'/>
<id>423d7af3df6de1ab38f9987cafc86499730da5dc</id>
<content type='text'>
    Error detected while processing function man#open_page[58]..&lt;SNR&gt;54_put_page:
    line    8:
    E5105: Error while calling lua chunk: /usr/share/nvim/runtime/lua/man.lua:165: Vim(let):E805: Using a Float as a Number</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Error detected while processing function man#open_page[58]..&lt;SNR&gt;54_put_page:
    line    8:
    E5105: Error while calling lua chunk: /usr/share/nvim/runtime/lua/man.lua:165: Vim(let):E805: Using a Float as a Number</pre>
</div>
</content>
</entry>
<entry>
<title>Address PR comments</title>
<updated>2017-12-28T04:28:04+00:00</updated>
<author>
<name>Gabriel Holodak</name>
<email>gthepiper@gmail.com</email>
</author>
<published>2017-12-24T17:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eb44519b5debf740f692bb4ea19ad83b29749484'/>
<id>eb44519b5debf740f692bb4ea19ad83b29749484</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for escape sequences</title>
<updated>2017-12-28T04:27:14+00:00</updated>
<author>
<name>Gabriel Holodak</name>
<email>gthepiper@gmail.com</email>
</author>
<published>2017-12-01T03:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6740c94562cc1b271a6ea2458ebb847a6e3665e2'/>
<id>6740c94562cc1b271a6ea2458ebb847a6e3665e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to processing in Lua</title>
<updated>2017-12-28T04:27:14+00:00</updated>
<author>
<name>Gabriel Holodak</name>
<email>gthepiper@gmail.com</email>
</author>
<published>2017-11-20T05:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c28ce5f6191d233228d1688de300727e1ae42831'/>
<id>c28ce5f6191d233228d1688de300727e1ae42831</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
