<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/if_lua.c, branch v8.1.0354</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.1.0305: missing support for Lua 5.4 32 bits on Unix</title>
<updated>2018-08-21T12:23:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-21T12:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=830e3583da682eee41ed6b027c9912547d4022c0'/>
<id>830e3583da682eee41ed6b027c9912547d4022c0</id>
<content type='text'>
Problem:    Missing support for Lua 5.4 32 bits on Unix.
Solution:   Define lua_newuserdatauv. (Kazunobu Kuriyama)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Missing support for Lua 5.4 32 bits on Unix.
Solution:   Define lua_newuserdatauv. (Kazunobu Kuriyama)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0212: preferred cursor column not set in interfaces</title>
<updated>2018-07-25T20:02:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-25T20:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=53901442f37a59e5495165f91db5574c0b43ab04'/>
<id>53901442f37a59e5495165f91db5574c0b43ab04</id>
<content type='text'>
Problem:    Preferred cursor column not set in interfaces.
Solution:   Set w_set_curswant when setting the cursor. (David Hotham,
            closes #3060)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Preferred cursor column not set in interfaces.
Solution:   Set w_set_curswant when setting the cursor. (David Hotham,
            closes #3060)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0183: Lua API changed, breaking the build</title>
<updated>2018-07-14T18:49:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-14T18:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=174136713181a1d1460951d7a0392b16603f81bb'/>
<id>174136713181a1d1460951d7a0392b16603f81bb</id>
<content type='text'>
Problem:    Lua API changed, breaking the build.
Solution:   Adjust prototype of lua_rawgeti(). (Ken Takata,
            closes #3157, closes #3144)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Lua API changed, breaking the build.
Solution:   Adjust prototype of lua_rawgeti(). (Ken Takata,
            closes #3157, closes #3144)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0180: static analysis errors in Lua interface</title>
<updated>2018-07-13T20:08:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-13T20:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d6ef5f9b3d3df2d5dcc666c8741e99fcc77043f6'/>
<id>d6ef5f9b3d3df2d5dcc666c8741e99fcc77043f6</id>
<content type='text'>
Problem:    Static analysis errors in Lua interface. (Coverity)
Solution:   Check for NULL pointers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Static analysis errors in Lua interface. (Coverity)
Solution:   Check for NULL pointers.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0164: luaeval('vim.buffer().name') returns an error</title>
<updated>2018-07-07T21:07:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-07T21:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fe08df452af10db8a24dbeb1bd9ef09492a4bc66'/>
<id>fe08df452af10db8a24dbeb1bd9ef09492a4bc66</id>
<content type='text'>
Problem:    luaeval('vim.buffer().name') returns an error.
Solution:   Return an empty string. (Dominique Pelle, closes #3167)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    luaeval('vim.buffer().name') returns an error.
Solution:   Return an empty string. (Dominique Pelle, closes #3167)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0134: Lua interface does not support funcref</title>
<updated>2018-07-01T13:12:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-01T13:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ca06da92432a57e5dcf3e0eebd322fae80941a6b'/>
<id>ca06da92432a57e5dcf3e0eebd322fae80941a6b</id>
<content type='text'>
Problem:    Lua interface does not support funcref.
Solution:   Add funcref support. (Luis Carvalho)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Lua interface does not support funcref.
Solution:   Add funcref support. (Luis Carvalho)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1136: W_WIDTH() is always the same</title>
<updated>2017-09-22T13:20:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-09-22T13:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0263146b5dbbb6c120ce2e7720256503b864425d'/>
<id>0263146b5dbbb6c120ce2e7720256503b864425d</id>
<content type='text'>
Problem:    W_WIDTH() is always the same.
Solution:   Expand the macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    W_WIDTH() is always the same.
Solution:   Expand the macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs</title>
<updated>2017-09-16T18:54:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-09-16T18:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4033c55eca575777718c0701e26635a0cc47d907'/>
<id>4033c55eca575777718c0701e26635a0cc47d907</id>
<content type='text'>
Problem:    FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always
            enabled and only adds 7% to the binary size of the tiny build.
Solution:   Graduate FEAT_WINDOWS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always
            enabled and only adds 7% to the binary size of the tiny build.
Solution:   Graduate FEAT_WINDOWS.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0268: may get ml_get error when :luado deletes lines</title>
<updated>2017-01-29T21:48:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-01-29T21:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d58f03b1c21b5b0242718f89da53ddd67b1eff6b'/>
<id>d58f03b1c21b5b0242718f89da53ddd67b1eff6b</id>
<content type='text'>
Problem:    May get ml_get error when :luado deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue #1421)
Solution:   Check the buffer and line every time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    May get ml_get error when :luado deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue #1421)
Solution:   Check the buffer and line every time.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2285</title>
<updated>2016-08-28T16:10:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-28T16:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d90b6c02e2900576fb37d95b5e4f4a32b2d7383f'/>
<id>d90b6c02e2900576fb37d95b5e4f4a32b2d7383f</id>
<content type='text'>
Problem:    Generated files are outdated.
Solution:   Generate the files.  Avoid errors when generating prototypes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Generated files are outdated.
Solution:   Generate the files.  Avoid errors when generating prototypes.
</pre>
</div>
</content>
</entry>
</feed>
