<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git, branch v0.3.6</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.6</title>
<updated>2019-05-28T22:34:46+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-05-28T22:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8a6bb66e80249f112a463a094b44e2077cb1ddec'/>
<id>8a6bb66e80249f112a463a094b44e2077cb1ddec</id>
<content type='text'>
FIXES:
4553fc5e6cb6 #10082 vim-patch:8.1.1365: :source should check sandbox

OTHER:
877d53990414 #10027 genappimage.sh: migrate to linuxdeploy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIXES:
4553fc5e6cb6 #10082 vim-patch:8.1.1365: :source should check sandbox

OTHER:
877d53990414 #10027 genappimage.sh: migrate to linuxdeploy
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1365: :source should check sandbox #10082</title>
<updated>2019-05-28T22:33:22+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-05-28T22:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4553fc5e6cb6c8c43f57c173d01b31a61e51d13f'/>
<id>4553fc5e6cb6c8c43f57c173d01b31a61e51d13f</id>
<content type='text'>
Problem:    Source command doesn't check for the sandbox. (Armin Razmjou)
Solution:   Check for the sandbox when sourcing a file.
https://github.com/vim/vim/commit/53575521406739cf20bbe4e384d88e7dca11f040</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Source command doesn't check for the sandbox. (Armin Razmjou)
Solution:   Check for the sandbox when sourcing a file.
https://github.com/vim/vim/commit/53575521406739cf20bbe4e384d88e7dca11f040</pre>
</div>
</content>
</entry>
<entry>
<title>genappimage.sh: migrate to linuxdeploy #10027</title>
<updated>2019-05-18T19:34:37+00:00</updated>
<author>
<name>Douglas 'dopessoa' Pessoa</name>
<email>me@dopessoa.ga</email>
</author>
<published>2019-05-18T18:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=877d539904144b3fd1bbb6abaf8bc06fe3f9e1ac'/>
<id>877d539904144b3fd1bbb6abaf8bc06fe3f9e1ac</id>
<content type='text'>
generate_type2_appimage is unmaintained, and lacks a way to rename the appimage file.

fix #9893</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generate_type2_appimage is unmaintained, and lacks a way to rename the appimage file.

fix #9893</pre>
</div>
</content>
</entry>
<entry>
<title>release.sh</title>
<updated>2019-04-28T20:19:18+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-04-28T20:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=60c3c92db1270b14e4f9271a39da3c0e0cabb3dc'/>
<id>60c3c92db1270b14e4f9271a39da3c0e0cabb3dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2019-04-28T20:12:54+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-04-28T20:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d7cf93ce346705df6a45e83e00ff72de9c2fce70'/>
<id>d7cf93ce346705df6a45e83e00ff72de9c2fce70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NVIM v0.3.5</title>
<updated>2019-04-28T20:10:12+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-04-28T20:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1060bfd0338253107deaac346e362a9feab32068'/>
<id>1060bfd0338253107deaac346e362a9feab32068</id>
<content type='text'>
Maintenance release to fix issues found in v0.3.4.

FIXES:

f891131c6bb2 #9894 options: properly reset directories on 'autochdir'
9a5488c2a67e Remove MSVC optimization workaround for SHM_ALL
1793ba81762f Make SHM_ALL to a variable instead of a compound literal #define
947069ba1438 doc: mention "pynvim" module rename
46c7e12f27f1 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option
f1843c003576 vim-patch:8.1.0677: look-behind match may use the wrong line number
120442188872 #8325 :terminal : set topline based on window height
aaa8c3d7112a #9504 :recover : Fix crash on non-existent *.swp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maintenance release to fix issues found in v0.3.4.

FIXES:

f891131c6bb2 #9894 options: properly reset directories on 'autochdir'
9a5488c2a67e Remove MSVC optimization workaround for SHM_ALL
1793ba81762f Make SHM_ALL to a variable instead of a compound literal #define
947069ba1438 doc: mention "pynvim" module rename
46c7e12f27f1 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option
f1843c003576 vim-patch:8.1.0677: look-behind match may use the wrong line number
120442188872 #8325 :terminal : set topline based on window height
aaa8c3d7112a #9504 :recover : Fix crash on non-existent *.swp
</pre>
</div>
</content>
</entry>
<entry>
<title>options: properly reset directories on 'autochdir' (#9894)</title>
<updated>2019-04-15T19:04:16+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2019-04-13T10:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f891131c6bb2ab399130e28c9e483e071dafcbcb'/>
<id>f891131c6bb2ab399130e28c9e483e071dafcbcb</id>
<content type='text'>
Fixes https://github.com/neovim/neovim/issues/9892</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/neovim/neovim/issues/9892</pre>
</div>
</content>
</entry>
<entry>
<title>Remove MSVC optimization workaround for SHM_ALL</title>
<updated>2019-04-12T00:44:35+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-04-08T00:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9a5488c2a67e0066d4f2f8aeaf8058deaa58ce7a'/>
<id>9a5488c2a67e0066d4f2f8aeaf8058deaa58ce7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SHM_ALL to a variable instead of a compound literal #define</title>
<updated>2019-04-12T00:43:59+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-04-07T23:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1793ba81762f5b3ba3e10357b490cf4165aafcea'/>
<id>1793ba81762f5b3ba3e10357b490cf4165aafcea</id>
<content type='text'>
gcc-9 has [improved compliance] with the C spec for lifetime of compound
literals, tying their lifetime to block scope instead of function scope.
This makes the behavior comparable to all other automatic variables.

Using the SHM_ALL #define instantiated a compound literal local to an if
clause and assigned the address to a "char_u *".  Since the pointer was
then being used outside of the if clause, it was using an invalid
address.

[improved compliance]: https://gcc.gnu.org/gcc-9/porting_to.html#complit

Closes #9855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc-9 has [improved compliance] with the C spec for lifetime of compound
literals, tying their lifetime to block scope instead of function scope.
This makes the behavior comparable to all other automatic variables.

Using the SHM_ALL #define instantiated a compound literal local to an if
clause and assigned the address to a "char_u *".  Since the pointer was
then being used outside of the if clause, it was using an invalid
address.

[improved compliance]: https://gcc.gnu.org/gcc-9/porting_to.html#complit

Closes #9855
</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>
</feed>
