<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime, 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>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.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.0539: cannot build without the sandbox</title>
<updated>2019-06-26T02:28:41+00:00</updated>
<author>
<name>Abdelhakeem</name>
<email>abdelhakeem.osama@hotmail.com</email>
</author>
<published>2019-03-26T16:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=adff3f4dee5e1ab374015fa47676a526099b8a67'/>
<id>adff3f4dee5e1ab374015fa47676a526099b8a67</id>
<content type='text'>
Problem:    Cannot build without the sandbox.
Solution:   Set the secure option instead of using the sandbox.  Also restrict
            the characters from 'spelllang' that are used for LANG.vim.
            (suggested by Yasuhiro Matsumoto)
https://github.com/vim/vim/commit/82e8c92ebef5afcac0c0fdb706ff163f9b3366f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot build without the sandbox.
Solution:   Set the secure option instead of using the sandbox.  Also restrict
            the characters from 'spelllang' that are used for LANG.vim.
            (suggested by Yasuhiro Matsumoto)
https://github.com/vim/vim/commit/82e8c92ebef5afcac0c0fdb706ff163f9b3366f7
</pre>
</div>
</content>
</entry>
<entry>
<title>dist: update nvim.png</title>
<updated>2019-05-28T23:29:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-05-28T23:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=361d4be588b9150b8210aa65243ab2322175f5ef'/>
<id>361d4be588b9150b8210aa65243ab2322175f5ef</id>
<content type='text'>
fix appimage failure:

    -- Deploying icons --
    Deploying icon /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png
    WARNING: x and y resolution of icon are not equal: /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png
    ERROR: Icon /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png has invalid x resolution: 104
    ERROR: Valid resolutions for icons are: 8x8, 16x16, ...
    Failed to deploy icon: /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png
    mv: cannot stat '/home/travis/build/neovim/bot-ci/build/neovim/build/nvim.appimage*': No such file or directory

ref https://github.com/neovim/bot-ci/issues/144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix appimage failure:

    -- Deploying icons --
    Deploying icon /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png
    WARNING: x and y resolution of icon are not equal: /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png
    ERROR: Icon /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png has invalid x resolution: 104
    ERROR: Valid resolutions for icons are: 8x8, 16x16, ...
    Failed to deploy icon: /home/travis/build/neovim/bot-ci/build/neovim/runtime/nvim.png
    mv: cannot stat '/home/travis/build/neovim/bot-ci/build/neovim/build/nvim.appimage*': No such file or directory

ref https://github.com/neovim/bot-ci/issues/144
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: mention "pynvim" module rename</title>
<updated>2019-03-26T22:07:04+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-03-21T11:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=947069ba1438e9d13e2db30f2aeaa05824c876d2'/>
<id>947069ba1438e9d13e2db30f2aeaa05824c876d2</id>
<content type='text'>
closes #9764
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #9764
</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: detect broken pip #9468</title>
<updated>2019-01-13T00:48:32+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-11T01:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=44ea903ca51a387bfcd858221b1748f79d7dbf54'/>
<id>44ea903ca51a387bfcd858221b1748f79d7dbf54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>health/provider: Check for available pynvim when neovim module missing</title>
<updated>2019-01-02T01:38:28+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T19:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d7b3ac029c302ef3524d3bca96fc2f401eb83dab'/>
<id>d7b3ac029c302ef3524d3bca96fc2f401eb83dab</id>
<content type='text'>
Adapt the checks so we can still report when the pynvim module is
present but the neovim module is missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt the checks so we can still report when the pynvim module is
present but the neovim module is missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>python#CheckForModule: Use the given module string instead of hard-coding pynvim</title>
<updated>2019-01-01T21:06:37+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T19:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=edeb19d5e9597045a6b3f320948dafd1b7631c16'/>
<id>edeb19d5e9597045a6b3f320948dafd1b7631c16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>{health,provider}/python: Import the neovim, rather than pynvim, module</title>
<updated>2019-01-01T19:15:31+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T17:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0dd89cda9c4794b9ffa66c7d3fb870f8a0957761'/>
<id>0dd89cda9c4794b9ffa66c7d3fb870f8a0957761</id>
<content type='text'>
The neovim module is available for backwards compatibility.  We should
not yet force the use of the pynvim module, since there's no other major
reason to bump the minimum supported Python client module.

Closes #9426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The neovim module is available for backwards compatibility.  We should
not yet force the use of the pynvim module, since there's no other major
reason to bump the minimum supported Python client module.

Closes #9426
</pre>
</div>
</content>
</entry>
<entry>
<title>appimage: Include metadata #9320</title>
<updated>2018-12-30T22:02:40+00:00</updated>
<author>
<name>pierre</name>
<email>pierre.git@posteo.de</email>
</author>
<published>2018-12-06T22:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=92806827a9f22828cdfd3573f6cf2c827808e641'/>
<id>92806827a9f22828cdfd3573f6cf2c827808e641</id>
<content type='text'>
closes #9320
closes #9128
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #9320
closes #9128
</pre>
</div>
</content>
</entry>
</feed>
