<feed xmlns='http://www.w3.org/2005/Atom'>
<title>neovim/runtime/lua/vim/_meta/diff.lua, branch master</title>
<subtitle>Vim-fork focused on extensibility and usability</subtitle>
<id>http://git.waynecole.info/neovim/atom?h=master</id>
<link rel='self' href='http://git.waynecole.info/neovim/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/'/>
<updated>2025-07-12T22:36:07Z</updated>
<entry>
<title>refactor(lua): rename vim.diff =&gt; vim.text.diff #34864</title>
<updated>2025-07-12T22:36:07Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2025-07-12T22:36:07Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=f3a54e7ccfcfa2752eccd7585e2c4b94a4c8c433'/>
<id>urn:sha1:f3a54e7ccfcfa2752eccd7585e2c4b94a4c8c433</id>
<content type='text'>
Problem:
`vim.diff()` was introduced before we had the `vim.text` module, where
it obviously belongs.

Solution:
Move it.</content>
</entry>
<entry>
<title>test: refactor exec_lua in xdiff_spec</title>
<updated>2024-09-30T10:51:33Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2024-09-29T10:20:18Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=0fb5299e53cc0d7a5c03c333b1ed79262a0db3f9'/>
<id>urn:sha1:0fb5299e53cc0d7a5c03c333b1ed79262a0db3f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(diff): use mmfile_t in linematch</title>
<updated>2024-09-30T10:51:33Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2024-09-26T15:10:11Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=c65646c2474d22948c604168a68f6626a645d1d2'/>
<id>urn:sha1:c65646c2474d22948c604168a68f6626a645d1d2</id>
<content type='text'>
Problem:

Linematch used to use strchr to navigate a string, however strchr does
not supoprt embedded NULs.

Solution:

Use `mmfile_t` instead of `char *` in linematch and introduce `strnchr()`.

Also remove heap allocations from `matching_char_iwhite()`

Fixes: #30505
</content>
</entry>
<entry>
<title>fix: lua annotations</title>
<updated>2024-04-26T14:13:06Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2024-04-26T13:07:47Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=b8273c9a339626078d49e706d882878090b07d42'/>
<id>urn:sha1:b8273c9a339626078d49e706d882878090b07d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: replace &lt;pre&gt; with ``` (#25136)</title>
<updated>2023-09-14T13:23:01Z</updated>
<author>
<name>Gregory Anders</name>
<email>8965202+gpanders@users.noreply.github.com</email>
</author>
<published>2023-09-14T13:23:01Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=2e92065686f62851318150a315591c30b8306a4b'/>
<id>urn:sha1:2e92065686f62851318150a315591c30b8306a4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: luacheck</title>
<updated>2023-07-17T15:32:56Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2023-07-17T15:32:56Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=69d49727d7766d799aa1989bf67e763258b868e6'/>
<id>urn:sha1:69d49727d7766d799aa1989bf67e763258b868e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(lua): move function docs to lua files</title>
<updated>2023-07-17T15:25:28Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2023-07-15T15:55:32Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=0ac3c4d6314df5fe40571a83e157a425ab7ce16d'/>
<id>urn:sha1:0ac3c4d6314df5fe40571a83e157a425ab7ce16d</id>
<content type='text'>
</content>
</entry>
</feed>
