<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/os, branch v0.1.3</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>path.c: enable -Wconversion</title>
<updated>2016-03-28T03:42:39+00:00</updated>
<author>
<name>Charles Joachim</name>
<email>cacplate@gmail.com</email>
</author>
<published>2016-03-12T15:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=06b40d31c1ff4b07cfc44feb4c72d99cc0a2178e'/>
<id>06b40d31c1ff4b07cfc44feb4c72d99cc0a2178e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lint: fix line length &gt;80</title>
<updated>2016-03-04T11:23:21+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-03-04T11:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ed1925e0d1fb9bbc5ce9923cfa5c232b1fef41b2'/>
<id>ed1925e0d1fb9bbc5ce9923cfa5c232b1fef41b2</id>
<content type='text'>
Introduced here:

https://github.com/neovim/neovim/commit/4bfac00aa389487c4f11d34e7a3e96e4a1116800#diff-2bf87eef9f7b99dcea4b0c55beee2d63R78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced here:

https://github.com/neovim/neovim/commit/4bfac00aa389487c4f11d34e7a3e96e4a1116800#diff-2bf87eef9f7b99dcea4b0c55beee2d63R78
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows: XDG: Update default paths. #4403</title>
<updated>2016-03-04T04:26:11+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2015-10-27T00:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4bfac00aa389487c4f11d34e7a3e96e4a1116800'/>
<id>4bfac00aa389487c4f11d34e7a3e96e4a1116800</id>
<content type='text'>
The previous defaults were including the nvim suffix, causing it to
apear twice in the final paths.

kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%,
kXDGCacheHome is set as $TEMP.

In Windows there is no distinction between configuration and data
storage, but we don't want to place all files under the same path.
get_xdg_home() now appends a different path suffix for kXDGDataHome.

- Configuration files are saved under %LOCALAPPDATA%\nvim
- Data files are saved under %LOCALAPPDATA%\nvim-data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous defaults were including the nvim suffix, causing it to
apear twice in the final paths.

kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%,
kXDGCacheHome is set as $TEMP.

In Windows there is no distinction between configuration and data
storage, but we don't want to place all files under the same path.
get_xdg_home() now appends a different path suffix for kXDGDataHome.

- Configuration files are saved under %LOCALAPPDATA%\nvim
- Data files are saved under %LOCALAPPDATA%\nvim-data
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4277 from Jun-T/lang2locale</title>
<updated>2016-02-26T15:24:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-02-26T15:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=23f8696317143da03c3cd3688478b32b6912a351'/>
<id>23f8696317143da03c3cd3688478b32b6912a351</id>
<content type='text'>
build: install *.mo into the "standard" directory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
build: install *.mo into the "standard" directory</pre>
</div>
</content>
</entry>
<entry>
<title>build: install *.mo into the "standard" directory</title>
<updated>2016-02-23T04:39:56+00:00</updated>
<author>
<name>Jun T</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2016-02-17T14:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1a15cf84c29c984d600f438122edc70be2ac91a1'/>
<id>1a15cf84c29c984d600f438122edc70be2ac91a1</id>
<content type='text'>
Change POROJECT_NAME to 'nvim', and use it as the gettext
domain name. The *.mo files, previously installed as
$runtime/lang/xx/LC_MESSAGES/nvim.mo, are now installed as
$prefix/locale/xx/LC_MESSAGES/nvim.mo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change POROJECT_NAME to 'nvim', and use it as the gettext
domain name. The *.mo files, previously installed as
$runtime/lang/xx/LC_MESSAGES/nvim.mo, are now installed as
$prefix/locale/xx/LC_MESSAGES/nvim.mo.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.936 #4271</title>
<updated>2016-02-22T06:12:47+00:00</updated>
<author>
<name>watiko</name>
<email>service@mail.watiko.net</email>
</author>
<published>2016-02-16T14:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9403ce82bce1a2dcda4b01b10b2c01ee42bb4034'/>
<id>9403ce82bce1a2dcda4b01b10b2c01ee42bb4034</id>
<content type='text'>
Problem:    Crash when dragging with the mouse.
Solution:   Add safety check for NULL pointer. Check mouse position for valid
            value. (Hirohito Higashi)

https://github.com/vim/vim/commit/294a7e55b01149154807a23323038784549b8946

---

see: "Crash while mouse-selecting in two-buffer mode"
     https://github.com/vim/vim/issues/486

Fix #3704
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when dragging with the mouse.
Solution:   Add safety check for NULL pointer. Check mouse position for valid
            value. (Hirohito Higashi)

https://github.com/vim/vim/commit/294a7e55b01149154807a23323038784549b8946

---

see: "Crash while mouse-selecting in two-buffer mode"
     https://github.com/vim/vim/issues/486

Fix #3704
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.845</title>
<updated>2016-02-21T13:06:39+00:00</updated>
<author>
<name>watiko</name>
<email>service@mail.watiko.net</email>
</author>
<published>2016-02-13T04:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6bbd149e9812161a736863f68400ff394e649b5e'/>
<id>6bbd149e9812161a736863f68400ff394e649b5e</id>
<content type='text'>
Problem:    Compiler warning for possible loss of data.
Solution:   Add a type cast. (Erich Ritz)

https://github.com/vim/vim/commit/5df1ed2de3fa9dcace996b9a0a4c9b3cea79cf1e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warning for possible loss of data.
Solution:   Add a type cast. (Erich Ritz)

https://github.com/vim/vim/commit/5df1ed2de3fa9dcace996b9a0a4c9b3cea79cf1e
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.832</title>
<updated>2016-02-21T13:06:39+00:00</updated>
<author>
<name>watiko</name>
<email>service@mail.watiko.net</email>
</author>
<published>2016-02-12T13:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6ea1047585664608cb42e007ba87ad86109ae3f8'/>
<id>6ea1047585664608cb42e007ba87ad86109ae3f8</id>
<content type='text'>
Problem:    $HOME in `=$HOME . '/.vimrc'` is expanded too early.
Solution:   Skip over `=expr` when expanding environment names.

https://github.com/vim/vim/commit/be83b73ddb2ee8297037166d243f72e3423a3ce3

---

To reproduce:

```sh
nvim -u NONE -c 'e `=$HOME . "/.vimrc"`'
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    $HOME in `=$HOME . '/.vimrc'` is expanded too early.
Solution:   Skip over `=expr` when expanding environment names.

https://github.com/vim/vim/commit/be83b73ddb2ee8297037166d243f72e3423a3ce3

---

To reproduce:

```sh
nvim -u NONE -c 'e `=$HOME . "/.vimrc"`'
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3994 from sethjackson/pathext</title>
<updated>2016-02-01T07:06:49+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-02-01T07:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fe1ba0487aab98a131e6789b6916b1aec369e8fc'/>
<id>fe1ba0487aab98a131e6789b6916b1aec369e8fc</id>
<content type='text'>
Windows: use $PATHEXT to find executables in path</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows: use $PATHEXT to find executables in path</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4024 from sethjackson/io-include</title>
<updated>2016-02-01T06:24:57+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-02-01T06:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5ee87c68b792b4a704200b4e51ba948833b9cbfb'/>
<id>5ee87c68b792b4a704200b4e51ba948833b9cbfb</id>
<content type='text'>
Windows: include &lt;io.h&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows: include &lt;io.h&gt;</pre>
</div>
</content>
</entry>
</feed>
