<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/po, branch v0.3.0</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>build/CMake: find_package(… REQUIRED)</title>
<updated>2018-06-05T22:58:57+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-01T18:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=21c9db1861825cdc7f89e90bf166115a2581b663'/>
<id>21c9db1861825cdc7f89e90bf166115a2581b663</id>
<content type='text'>
"Always use `find_package` with `REQUIRED`."

- We make an exception for LuaJit (not REQUIRED): the `nvim-test` target
  is included only if we can find LuaJit.

This is partially a cargo-cult (reference below), but it uncovered at
least one problem: `find_package(LibIntl REQUIRED)` fails on my vanilla
ubuntu 16.04 system.

ref: https://schneide.blog/2017/11/06/4-tips-for-better-cmake/

&gt; optional dependencies is nice, but skipping on REQUIRED is not the way
&gt; you want to do it. In the worst case, some of your features will just
&gt; not work if those packages are not found, with no explanation
&gt; whatsoever. Instead, use explicit feature-toggles (e.g. using option())
&gt; that either skip the find_package call or use it with REQUIRED, so the
&gt; user will know that another lib is needed for this feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Always use `find_package` with `REQUIRED`."

- We make an exception for LuaJit (not REQUIRED): the `nvim-test` target
  is included only if we can find LuaJit.

This is partially a cargo-cult (reference below), but it uncovered at
least one problem: `find_package(LibIntl REQUIRED)` fails on my vanilla
ubuntu 16.04 system.

ref: https://schneide.blog/2017/11/06/4-tips-for-better-cmake/

&gt; optional dependencies is nice, but skipping on REQUIRED is not the way
&gt; you want to do it. In the worst case, some of your features will just
&gt; not work if those packages are not found, with no explanation
&gt; whatsoever. Instead, use explicit feature-toggles (e.g. using option())
&gt; that either skip the find_package call or use it with REQUIRED, so the
&gt; user will know that another lib is needed for this feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>build/CMake: use CMake-2.8.7-compatible list-check (#8220)</title>
<updated>2018-04-02T10:40:31+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-04-02T10:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb5cde6e2b585ab48a16eb8073243dc19139291f'/>
<id>cb5cde6e2b585ab48a16eb8073243dc19139291f</id>
<content type='text'>
Tested with:
    make CMAKE_EXTRA_FLAGS='-DLANGUAGES="en_GB;ja;sk"'

closes #8219</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with:
    make CMAKE_EXTRA_FLAGS='-DLANGUAGES="en_GB;ja;sk"'

closes #8219</pre>
</div>
</content>
</entry>
<entry>
<title>build/CMake: LANGUAGES config option #8203</title>
<updated>2018-03-31T08:59:45+00:00</updated>
<author>
<name>Marty E. Plummer</name>
<email>hanetzer@startmail.com</email>
</author>
<published>2018-03-29T04:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=362346f56334d05d080be05ae4b8c9902dbdc3f7'/>
<id>362346f56334d05d080be05ae4b8c9902dbdc3f7</id>
<content type='text'>
Signed-off-by: Marty E. Plummer &lt;hanetzer@startmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marty E. Plummer &lt;hanetzer@startmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>shada: fix typo (#8066)</title>
<updated>2018-02-25T19:14:32+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>github@thequod.de</email>
</author>
<published>2018-02-25T19:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f588113191e54905ae75ecc4b5991586d5aea240'/>
<id>f588113191e54905ae75ecc4b5991586d5aea240</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:b0d45e7f5354</title>
<updated>2017-11-07T22:07:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T19:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2ca59638ba04d11c397496d4f12f4d24e3461f0e'/>
<id>2ca59638ba04d11c397496d4f12f4d24e3461f0e</id>
<content type='text'>
Update runtime files.

https://github.com/vim/vim/commit/b0d45e7f5354375edd02afafde3bd37dac1515ff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.

https://github.com/vim/vim/commit/b0d45e7f5354375edd02afafde3bd37dac1515ff
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:01164a6546b4</title>
<updated>2017-11-07T22:07:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T19:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4175dfac9a91e30d01e5aec6b45ed81e0288aaf9'/>
<id>4175dfac9a91e30d01e5aec6b45ed81e0288aaf9</id>
<content type='text'>
Long overdue runtime update.

https://github.com/vim/vim/commit/01164a6546b4c635daf96a1f17d1cb2d07f32a66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Long overdue runtime update.

https://github.com/vim/vim/commit/01164a6546b4c635daf96a1f17d1cb2d07f32a66
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:24a98a0eb772</title>
<updated>2017-11-07T19:16:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T19:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=10e5040b61ece408db268e830953047001951a15'/>
<id>10e5040b61ece408db268e830953047001951a15</id>
<content type='text'>
Update runtime files

https://github.com/vim/vim/commit/24a98a0eb77245adc50facad8b735b20bfd31a7e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files

https://github.com/vim/vim/commit/24a98a0eb77245adc50facad8b735b20bfd31a7e
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:f55e4c867f77</title>
<updated>2017-11-07T02:14:31+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T02:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=39fa2782168f0858504e5a13be0a4eaa9bf15b03'/>
<id>39fa2782168f0858504e5a13be0a4eaa9bf15b03</id>
<content type='text'>
Updated runtime files

https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated runtime files

https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:bf92e3a3719f</title>
<updated>2017-11-07T01:49:53+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T01:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bd17fa487d9e0bab8a23c80ed64f4b02a0e3b849'/>
<id>bd17fa487d9e0bab8a23c80ed64f4b02a0e3b849</id>
<content type='text'>
Update translations.

https://github.com/vim/vim/commit/bf92e3a3719f255dbb30102ceb618e0eac7c9497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update translations.

https://github.com/vim/vim/commit/bf92e3a3719f255dbb30102ceb618e0eac7c9497
</pre>
</div>
</content>
</entry>
<entry>
<title>po: remove duplicate definitions</title>
<updated>2017-11-07T01:25:46+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T01:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=20e317e22abeef20891eb70a18435559f7b09212'/>
<id>20e317e22abeef20891eb70a18435559f7b09212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
