<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git, branch v0.3.8</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>NVIM v0.3.8</title>
<updated>2019-07-03T01:11:42+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-07-03T01:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=edad3608009f69ed887c534f655fb02ab4e8fc44'/>
<id>edad3608009f69ed887c534f655fb02ab4e8fc44</id>
<content type='text'>
FIXES:

5b47e4dc3858 #10341 security: 'modeline', 'modelineexpr'
e4ecb70d0810 #10345 Disallow API calls in the sandbox.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIXES:

5b47e4dc3858 #10341 security: 'modeline', 'modelineexpr'
e4ecb70d0810 #10345 Disallow API calls in the sandbox.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #10345 from bfredl/apisandbox-0.3</title>
<updated>2019-06-26T22:13:18+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-06-26T22:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e4ecb70d0810a41f6ad7e33365d29b00bde721a3'/>
<id>e4ecb70d0810a41f6ad7e33365d29b00bde721a3</id>
<content type='text'>
eval/api: don't allow the API to be called in the sandbox.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
eval/api: don't allow the API to be called in the sandbox.</pre>
</div>
</content>
</entry>
<entry>
<title>eval/api: don't allow the API to be called in the sandbox.</title>
<updated>2019-06-26T19:04:20+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-06-26T06:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=413b313ad2cfd5a1ee32369b944436e14fc8bfb3'/>
<id>413b313ad2cfd5a1ee32369b944436e14fc8bfb3</id>
<content type='text'>
Identifying and maintaining a "secure" subset of the API would be too
much busywork. So just disable the entire thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Identifying and maintaining a "secure" subset of the API would be too
much busywork. So just disable the entire thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #10341 from jamessan/modeline-backports</title>
<updated>2019-06-26T19:02:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-06-26T19:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5b47e4dc3858285b0d8fe95f0e7c197edca782e8'/>
<id>5b47e4dc3858285b0d8fe95f0e7c197edca782e8</id>
<content type='text'>
Modeline fix backports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modeline fix backports</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1401: misspelled mkspellmem as makespellmem</title>
<updated>2019-06-26T04:15:41+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-06-23T02:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=959ff84e04d41806963cb476d6a731f4ef1c0215'/>
<id>959ff84e04d41806963cb476d6a731f4ef1c0215</id>
<content type='text'>
Problem:    Misspelled mkspellmem as makespellmem.
Solution:   Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken
            Takata, closes vim/vim#4437)
https://github.com/vim/vim/commit/076073950c44ea0e35bc39d539dc7ab41bf9c7ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Misspelled mkspellmem as makespellmem.
Solution:   Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken
            Takata, closes vim/vim#4437)
https://github.com/vim/vim/commit/076073950c44ea0e35bc39d539dc7ab41bf9c7ec
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1382: error when editing test file</title>
<updated>2019-06-26T04:15:23+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-06-23T02:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=13f3a21226fdd31c42ba927ff12ac6c34c940311'/>
<id>13f3a21226fdd31c42ba927ff12ac6c34c940311</id>
<content type='text'>
Problem:    Error when editing test file.
Solution:   Remove part of modeline.
https://github.com/vim/vim/commit/3020a87cb121123abf1e9a1eca0eddac241fc481
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error when editing test file.
Solution:   Remove part of modeline.
https://github.com/vim/vim/commit/3020a87cb121123abf1e9a1eca0eddac241fc481
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1368: modeline test fails with python but without pythonhome</title>
<updated>2019-06-26T04:15:16+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-06-23T02:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1bb1b5087e839c06d95d25758ec5380c331a7664'/>
<id>1bb1b5087e839c06d95d25758ec5380c331a7664</id>
<content type='text'>
Problem:    Modeline test fails with python but without pythonhome.
Solution:   Correct test argument.
https://github.com/vim/vim/commit/e09244ee3567d658c293fb1ae0d47a1a8be870ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Modeline test fails with python but without pythonhome.
Solution:   Correct test argument.
https://github.com/vim/vim/commit/e09244ee3567d658c293fb1ae0d47a1a8be870ac
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1367: can set 'modelineexpr' in modeline</title>
<updated>2019-06-26T04:15:06+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-06-23T02:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=536e9320a01f06e2be2f2a9097da4be4a2b8241e'/>
<id>536e9320a01f06e2be2f2a9097da4be4a2b8241e</id>
<content type='text'>
Problem:    can set 'modelineexpr' in modeline.
Solution:   Add P_SECURE flag.
https://github.com/vim/vim/commit/7e800c6047c8a9cc3e5cbc019a4dc91ec36616b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    can set 'modelineexpr' in modeline.
Solution:   Add P_SECURE flag.
https://github.com/vim/vim/commit/7e800c6047c8a9cc3e5cbc019a4dc91ec36616b1
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1366: using expressions in a modeline is unsafe</title>
<updated>2019-06-26T04:14:33+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-06-23T01:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3bd532ad1568a7548fb95fbe285de668af2a1d90'/>
<id>3bd532ad1568a7548fb95fbe285de668af2a1d90</id>
<content type='text'>
Problem:    Using expressions in a modeline is unsafe.
Solution:   Disallow using expressions in a modeline, unless the
            'modelineexpr' option is set.  Update help, add more tests.
https://github.com/vim/vim/commit/110289e78195b6d01e1e6ad26ad450de476d41c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using expressions in a modeline is unsafe.
Solution:   Disallow using expressions in a modeline, unless the
            'modelineexpr' option is set.  Update help, add more tests.
https://github.com/vim/vim/commit/110289e78195b6d01e1e6ad26ad450de476d41c1
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0547: modeline test with keymap still fails</title>
<updated>2019-06-26T04:14:29+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-05-25T19:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2c5eede3686efb6f5a2a8e7670752072962cdc10'/>
<id>2c5eede3686efb6f5a2a8e7670752072962cdc10</id>
<content type='text'>
Problem:    Modeline test with keymap still fails.
Solution:   Check that the keymap feature is available for the failure assert.
https://github.com/vim/vim/commit/3067a4dd0d768d1e4a47cf3c100f3e2b462717d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Modeline test with keymap still fails.
Solution:   Check that the keymap feature is available for the failure assert.
https://github.com/vim/vim/commit/3067a4dd0d768d1e4a47cf3c100f3e2b462717d7
</pre>
</div>
</content>
</entry>
</feed>
