<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/po, branch rahm</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>Merge remote-tracking branch 'upstream/master' into mix_20240309</title>
<updated>2025-02-05T23:09:29+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2025-02-05T23:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d5f194ce780c95821a855aca3c19426576d28ae0'/>
<id>d5f194ce780c95821a855aca3c19426576d28ae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ui): more intuitive :substitute confirm prompt #31787</title>
<updated>2025-01-02T14:40:39+00:00</updated>
<author>
<name>luukvbaal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2025-01-02T14:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=43d552c56648bc3125c7509b3d708b6bf6c0c09c'/>
<id>43d552c56648bc3125c7509b3d708b6bf6c0c09c</id>
<content type='text'>
Problem:  Unknown key mappings listed in substitute confirm message.
Solution: Include hints as to what the key mappings do.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  Unknown key mappings listed in substitute confirm message.
Solution: Include hints as to what the key mappings do.</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:336fb22: translation(vi): Update Vietnamese translation</title>
<updated>2024-12-08T00:46:33+00:00</updated>
<author>
<name>brianhuster</name>
<email>phambinhanctb2004@gmail.com</email>
</author>
<published>2024-12-05T15:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7008487b8351309a48d9f97cefd41ba15f9af6e7'/>
<id>7008487b8351309a48d9f97cefd41ba15f9af6e7</id>
<content type='text'>
closes: vim/vim#16144

https://github.com/vim/vim/commit/336fb22eaef7977741712d0c4735fc6d65428a4f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes: vim/vim#16144

https://github.com/vim/vim/commit/336fb22eaef7977741712d0c4735fc6d65428a4f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into mix_20240309</title>
<updated>2024-11-19T22:57:13+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-11-19T22:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9be89f131f87608f224f0ee06d199fcd09d32176'/>
<id>9be89f131f87608f224f0ee06d199fcd09d32176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: silence "po" noise #30469</title>
<updated>2024-09-23T09:18:30+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-09-23T09:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cac86e9b4c14150e321650d37a7b27e88f72c243'/>
<id>cac86e9b4c14150e321650d37a7b27e88f72c243</id>
<content type='text'>
Problem:
Noise in stderr from src/nvim/po/CMakeLists.txt during build:

    48 substitutions on 48 lines
    "optwin.js" "optwin.js" 1299L, 57582B written
    385 substitutions on 385 lines
    "nvim.pot" "nvim.pot" 9318L, 180177B written

Solution:
Run with `-c silent source` instead of `-S`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
Noise in stderr from src/nvim/po/CMakeLists.txt during build:

    48 substitutions on 48 lines
    "optwin.js" "optwin.js" 1299L, 57582B written
    385 substitutions on 385 lines
    "nvim.pot" "nvim.pot" 9318L, 180177B written

Solution:
Run with `-c silent source` instead of `-S`.</pre>
</div>
</content>
</entry>
<entry>
<title>docs: use "nvim" in swapfile message #30250</title>
<updated>2024-09-03T14:11:26+00:00</updated>
<author>
<name>こけっち</name>
<email>50144466+sim1222@users.noreply.github.com</email>
</author>
<published>2024-09-03T14:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fdd3a9cdf7167ca8fc84ec9a7e583f6410a27188'/>
<id>fdd3a9cdf7167ca8fc84ec9a7e583f6410a27188</id>
<content type='text'>
Problem:
The message E325 displays “vim -r” to recover the file.

Solution:
Change the message to display “nvim -r” instead of “vim -r”.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
The message E325 displays “vim -r” to recover the file.

Solution:
Change the message to display “nvim -r” instead of “vim -r”.</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.1.0528: spell completion message still wrong in translations (#29566)</title>
<updated>2024-07-04T23:09:40+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2024-07-04T23:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6f42396cdcb54d8491a2eddcabff02f9af3268cc'/>
<id>6f42396cdcb54d8491a2eddcabff02f9af3268cc</id>
<content type='text'>
Problem:  spell completion message still wrong in translations
          (after 9.1.0512)
Solution: Update translation files with the new message
          (Kyle Kovacs)

closes: vim/vim#15113

https://github.com/vim/vim/commit/68f5ceddca2ec2d591b9180020c95bb86bf6d3d2

Co-authored-by: Kyle Kovacs &lt;kkovacs@diconfiberoptics.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  spell completion message still wrong in translations
          (after 9.1.0512)
Solution: Update translation files with the new message
          (Kyle Kovacs)

closes: vim/vim#15113

https://github.com/vim/vim/commit/68f5ceddca2ec2d591b9180020c95bb86bf6d3d2

Co-authored-by: Kyle Kovacs &lt;kkovacs@diconfiberoptics.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into mix_20240309</title>
<updated>2024-05-24T19:18:11+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-05-24T19:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ff7ed8f586589d620a806c3758fac4a47a8e7e15'/>
<id>ff7ed8f586589d620a806c3758fac4a47a8e7e15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix typos (#27868)</title>
<updated>2024-03-28T01:32:32+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2024-03-28T01:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a89ce89742db600665b69e58d5e1bc3dbee9d57b'/>
<id>a89ce89742db600665b69e58d5e1bc3dbee9d57b</id>
<content type='text'>
Co-authored-by: ite-usagi &lt;77563904+ite-usagi@users.noreply.github.com&gt;
Co-authored-by: v-sim &lt;56476039+v-sim@users.noreply.github.com&gt;
Co-authored-by: Evgeni Chasnovski &lt;evgeni.chasnovski@gmail.com&gt;
Co-authored-by: zeertzjq &lt;zeertzjq@outlook.com&gt;
Co-authored-by: Quico Augustijn &lt;quico.public@gmail.com&gt;
Co-authored-by: nhld &lt;nahnera@gmail.com&gt;
Co-authored-by: francisco souza &lt;108725+fsouza@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: ite-usagi &lt;77563904+ite-usagi@users.noreply.github.com&gt;
Co-authored-by: v-sim &lt;56476039+v-sim@users.noreply.github.com&gt;
Co-authored-by: Evgeni Chasnovski &lt;evgeni.chasnovski@gmail.com&gt;
Co-authored-by: zeertzjq &lt;zeertzjq@outlook.com&gt;
Co-authored-by: Quico Augustijn &lt;quico.public@gmail.com&gt;
Co-authored-by: nhld &lt;nahnera@gmail.com&gt;
Co-authored-by: francisco souza &lt;108725+fsouza@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix(l10n): update Japanese translations (#27856)</title>
<updated>2024-03-16T06:50:52+00:00</updated>
<author>
<name>ite-usagi</name>
<email>77563904+ite-usagi@users.noreply.github.com</email>
</author>
<published>2024-03-16T06:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4447cefa4815bd55f1511d3a655c21ac5e1c090f'/>
<id>4447cefa4815bd55f1511d3a655c21ac5e1c090f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
