~neovim-ppa/neovim-ppa/+git/neovim-git:release-0.3

Last commit made on 2019-07-05
Get this branch:
git clone -b release-0.3 https://git.launchpad.net/~neovim-ppa/neovim-ppa/+git/neovim-git

Branch merges

Branch information

Name:
release-0.3
Repository:
lp:~neovim-ppa/neovim-ppa/+git/neovim-git

Recent commits

dc1a11d... by Daniel Hahler <email address hidden>

CI: Fix/improve Travis cache handling [skip appveyor] #10422

Via https://github.com/neovim/neovim/pull/10412

* use list, no indirection
* use job names
* __FOR_TRAVIS_CACHE__ (more descriptive)

d65181f... by "Justin M. Keyes" <email address hidden>

version bump

edad360... by "Justin M. Keyes" <email address hidden>

NVIM v0.3.8

FIXES:

5b47e4dc3858 #10341 security: 'modeline', 'modelineexpr'
e4ecb70d0810 #10345 Disallow API calls in the sandbox.

e4ecb70... by "Justin M. Keyes" <email address hidden>

Merge #10345 from bfredl/apisandbox-0.3

eval/api: don't allow the API to be called in the sandbox.

413b313... by Björn Linse

eval/api: don't allow the API to be called in the sandbox.

Identifying and maintaining a "secure" subset of the API would be too
much busywork. So just disable the entire thing.

5b47e4d... by "Justin M. Keyes" <email address hidden>

Merge #10341 from jamessan/modeline-backports

Modeline fix backports

959ff84... by James McCoy

vim-patch:8.1.1401: misspelled mkspellmem as makespellmem

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

13f3a21... by James McCoy

vim-patch:8.1.1382: error when editing test file

Problem: Error when editing test file.
Solution: Remove part of modeline.
https://github.com/vim/vim/commit/3020a87cb121123abf1e9a1eca0eddac241fc481

1bb1b50... by James McCoy

vim-patch:8.1.1368: modeline test fails with python but without pythonhome

Problem: Modeline test fails with python but without pythonhome.
Solution: Correct test argument.
https://github.com/vim/vim/commit/e09244ee3567d658c293fb1ae0d47a1a8be870ac

536e932... by James McCoy

vim-patch:8.1.1367: can set 'modelineexpr' in modeline

Problem: can set 'modelineexpr' in modeline.
Solution: Add P_SECURE flag.
https://github.com/vim/vim/commit/7e800c6047c8a9cc3e5cbc019a4dc91ec36616b1