<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/tempfile.c, branch v0.4.2</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>Merge tempfile.c back into fileio.c</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-29T19:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2dfc8de1cf59a2db2b873837946549f631d06d71'/>
<id>2dfc8de1cf59a2db2b873837946549f631d06d71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1120</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T12:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=425fcdb5b4bc6dec05dafe2e2675c8a7cfe37187'/>
<id>425fcdb5b4bc6dec05dafe2e2675c8a7cfe37187</id>
<content type='text'>
Problem:    delete(x, 'rf') fails if a directory is empty. (Lcd)
Solution:   Ignore not finding matches in an empty directory.

https://github.com/vim/vim/commit/336bd622c31e1805495c034e1a8cfadcc0bbabc7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    delete(x, 'rf') fails if a directory is empty. (Lcd)
Solution:   Ignore not finding matches in an empty directory.

https://github.com/vim/vim/commit/336bd622c31e1805495c034e1a8cfadcc0bbabc7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linter errors.</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T12:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a252fca38e0e5bf8501b72c2a9cfd2acf1cf9fff'/>
<id>a252fca38e0e5bf8501b72c2a9cfd2acf1cf9fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1116</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T11:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9e385404b3443f201f1092ba76bcdafd1f303976'/>
<id>9e385404b3443f201f1092ba76bcdafd1f303976</id>
<content type='text'>
Problem:    delete(x, 'rf') does not delete files starting with a dot.
Solution:   Also delete files starting with a dot.

https://github.com/vim/vim/commit/b0967d587fc420fa02832533d4915c85d1a78c17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    delete(x, 'rf') does not delete files starting with a dot.
Solution:   Also delete files starting with a dot.

https://github.com/vim/vim/commit/b0967d587fc420fa02832533d4915c85d1a78c17
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1114</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T11:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=88a735166b7ee1eadaf6d46be11804dc0e1a251a'/>
<id>88a735166b7ee1eadaf6d46be11804dc0e1a251a</id>
<content type='text'>
Problem:    delete() does not work well with symbolic links.
Solution:   Recognize symbolik links.

https://github.com/vim/vim/commit/43a34f9f74fdce462fa250baab620264c28b6165
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    delete() does not work well with symbolic links.
Solution:   Recognize symbolik links.

https://github.com/vim/vim/commit/43a34f9f74fdce462fa250baab620264c28b6165
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1107</title>
<updated>2016-04-20T06:25:16+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T09:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=50a7517a6deb7d8eaa02bf718e273b7058066d89'/>
<id>50a7517a6deb7d8eaa02bf718e273b7058066d89</id>
<content type='text'>
Problem:    Vim can create a directory but not delete it.
Solution:   Add an argument to delete() to make it possible to delete a
            directory, also recursively.

https://github.com/vim/vim/commit/da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim can create a directory but not delete it.
Solution:   Add an argument to delete() to make it possible to delete a
            directory, also recursively.

https://github.com/vim/vim/commit/da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.958</title>
<updated>2016-03-02T06:51:39+00:00</updated>
<author>
<name>watiko</name>
<email>service@mail.watiko.net</email>
</author>
<published>2016-02-22T14:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=55c0621ff3e9e585ad0340f5d1f475dc23f38daa'/>
<id>55c0621ff3e9e585ad0340f5d1f475dc23f38daa</id>
<content type='text'>
Problem:    Vim checks if the directory "$TMPDIR" exists.
Solution:   Do not check if the name starts with "$".

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

---

see: "$TMPDIR bug"
     https://groups.google.com/d/msg/vim_dev/UWjbjOf9tEY/wfwnkh41AwAJ
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim checks if the directory "$TMPDIR" exists.
Solution:   Do not check if the name starts with "$".

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

---

see: "$TMPDIR bug"
     https://groups.google.com/d/msg/vim_dev/UWjbjOf9tEY/wfwnkh41AwAJ
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove char_u: vim_settempdir()</title>
<updated>2015-05-07T02:34:19+00:00</updated>
<author>
<name>Mark Bainter</name>
<email>mbainter+github@gmail.com</email>
</author>
<published>2015-04-20T15:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bf2913bf74f3df97a3398d69d3f8aa9662717f75'/>
<id>bf2913bf74f3df97a3398d69d3f8aa9662717f75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove char_u: vim_FullName()</title>
<updated>2015-05-07T02:25:04+00:00</updated>
<author>
<name>Mark Bainter</name>
<email>mbainter+github@gmail.com</email>
</author>
<published>2015-04-20T14:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=657fd619734b11954412b873d897e943fbbec6d9'/>
<id>657fd619734b11954412b873d897e943fbbec6d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove char_u: add_pathsep()</title>
<updated>2015-05-07T02:25:04+00:00</updated>
<author>
<name>Mark Bainter</name>
<email>mbainter+github@gmail.com</email>
</author>
<published>2015-04-19T23:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f813fdce38067eaf13272be413f50d420d57d58f'/>
<id>f813fdce38067eaf13272be413f50d420d57d58f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
