<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src, branch v0.1.0</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>Remove useless FEAT_BROWSE ifdef</title>
<updated>2015-11-01T19:36:23+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-01T19:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0c54dc55284ec3f9ad914db3da484464161e9c09'/>
<id>0c54dc55284ec3f9ad914db3da484464161e9c09</id>
<content type='text'>
The only thing this affected was the return value of
has('browsefilter').
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only thing this affected was the return value of
has('browsefilter').
</pre>
</div>
</content>
</entry>
<entry>
<title>version: Prepare for releases.</title>
<updated>2015-11-01T14:41:36+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-09-28T10:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a83020922d0dcdde4ca29394342901ea4bc71e8f'/>
<id>a83020922d0dcdde4ca29394342901ea4bc71e8f</id>
<content type='text'>
* Hide commit information from --version if we can't find any (e.g. when
  building from tarball).

To define a release in CMake, set NVIM_VERSION_PRERELEASE to "".
This will modify --version output to:

    * Show annotated Git tag instead of commit hash (NVIM_VERSION_COMMIT).
    * Hide commit date (NVIM_VERSION_BUILD).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Hide commit information from --version if we can't find any (e.g. when
  building from tarball).

To define a release in CMake, set NVIM_VERSION_PRERELEASE to "".
This will modify --version output to:

    * Show annotated Git tag instead of commit hash (NVIM_VERSION_COMMIT).
    * Hide commit date (NVIM_VERSION_BUILD).
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Disable logging for release build types.</title>
<updated>2015-11-01T14:41:36+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-09-28T10:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb87ea7e82f656711de27121bd67cea9afeab40b'/>
<id>cb87ea7e82f656711de27121bd67cea9afeab40b</id>
<content type='text'>
These are: Release, MinSizeRel, and RelWithDebInfo.

Closes #2913.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are: Release, MinSizeRel, and RelWithDebInfo.

Closes #2913.
</pre>
</div>
</content>
</entry>
<entry>
<title>ui_bridge: Fix race condition that results in deadlock.</title>
<updated>2015-10-31T11:03:49+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2015-10-31T10:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0dac6660985dee7c5515b9b5a91e4ed66d151bc2'/>
<id>0dac6660985dee7c5515b9b5a91e4ed66d151bc2</id>
<content type='text'>
Fixed by waiting until the UI thread finishes processing events. Close #3541.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed by waiting until the UI thread finishes processing events. Close #3541.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/fs.c: Convert stray getenv() to os_getenv()</title>
<updated>2015-10-31T06:05:58+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-10-31T05:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3f8a2faff44cb6dec3a2c28e5a62bd7ea5ad82af'/>
<id>3f8a2faff44cb6dec3a2c28e5a62bd7ea5ad82af</id>
<content type='text'>
This is the last direct getenv() call in the tree (besides the one in
os_getenv()); most of the work was already done in [1].

[1]: 412d246be71bd99cb4edde4e6f984b0b0d91bcd9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the last direct getenv() call in the tree (besides the one in
os_getenv()); most of the work was already done in [1].

[1]: 412d246be71bd99cb4edde4e6f984b0b0d91bcd9
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3553 from ZyX-I/fix-xdg-2</title>
<updated>2015-10-30T16:45:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-10-30T16:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d1cfaa0a55412758259f65837f4ff595204acd37'/>
<id>d1cfaa0a55412758259f65837f4ff595204acd37</id>
<content type='text'>
Some more fixes to XDG code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some more fixes to XDG code</pre>
</div>
</content>
</entry>
<entry>
<title>undo: Automatically create undo directory if needed</title>
<updated>2015-10-29T16:34:26+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-10-28T22:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ffdf9399ba0a3f1b90bde6f4a3c489a879a01358'/>
<id>ffdf9399ba0a3f1b90bde6f4a3c489a879a01358</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>undo: Do some refactoring</title>
<updated>2015-10-29T16:34:25+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-10-28T22:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d99941777dbaca1719223961174df5e01b1ac444'/>
<id>d99941777dbaca1719223961174df5e01b1ac444</id>
<content type='text'>
Specifically refactor u_get_undo_file_name which will be modified to
automatically create undo directory and replace `char_u` with `char` in some of
the related functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifically refactor u_get_undo_file_name which will be modified to
automatically create undo directory and replace `char_u` with `char` in some of
the related functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdpaths: Document that stdpaths_*_subpath is not returning NULL</title>
<updated>2015-10-29T16:34:25+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-10-28T21:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1af15494c25d1cba9e4da058fc3b958d27d3f890'/>
<id>1af15494c25d1cba9e4da058fc3b958d27d3f890</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdpaths: Use NULL in place of empty strings</title>
<updated>2015-10-29T16:34:25+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-10-28T21:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=baf032834aa82f3e9b69f59f144c78ad5a37f5d5'/>
<id>baf032834aa82f3e9b69f59f144c78ad5a37f5d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
