<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime, branch v0.1.4</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 pull request #4367 from jbradaric/vim-7.4.1107</title>
<updated>2016-04-22T08:11:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-04-22T08:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950'/>
<id>3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950</id>
<content type='text'>
vim-patch:7.4.{1107,1114,1116,1117,1120}</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.{1107,1114,1116,1117,1120}</pre>
</div>
</content>
</entry>
<entry>
<title>tcd: doc, error messages</title>
<updated>2016-04-21T07:15:08+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-04-21T07:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=89e6973fe2b57316817877f64f0be5ebc5a25b7f'/>
<id>89e6973fe2b57316817877f64f0be5ebc5a25b7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement tab-local working directory feature.</title>
<updated>2016-04-20T10:52:31+00:00</updated>
<author>
<name>HiPhish</name>
<email>hiphish@Aleksandars-iMac.local</email>
</author>
<published>2015-08-24T10:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ec71d87b8140ae097158f7e219b26701aed8158e'/>
<id>ec71d87b8140ae097158f7e219b26701aed8158e</id>
<content type='text'>
New ex commands: 'tcd', 'tchdir'
Changed Vimscript functions: 'haslocaldir', 'getcwd'

The ex-commands ':tcd' and ':tchdir' are the tab-local equivalents of
':lcd' and ':lchdir'. There are no new Vimscript functions introduced,
instead the functions 'haslocaldir' and 'getcwd' take in optional
arguments. See the documentation for details

Since there is now different levels of local directory a simple boolean
at source level is no longer sufficient; a new enumeration type is used
for the scope-level from now on.

The documentation has been accommodated for these new commands and
functional tests have been written to test the feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New ex commands: 'tcd', 'tchdir'
Changed Vimscript functions: 'haslocaldir', 'getcwd'

The ex-commands ':tcd' and ':tchdir' are the tab-local equivalents of
':lcd' and ':lchdir'. There are no new Vimscript functions introduced,
instead the functions 'haslocaldir' and 'getcwd' take in optional
arguments. See the documentation for details

Since there is now different levels of local directory a simple boolean
at source level is no longer sufficient; a new enumeration type is used
for the scope-level from now on.

The documentation has been accommodated for these new commands and
functional tests have been written to test the feature.
</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>v:windowid #4608</title>
<updated>2016-04-19T06:49:34+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2016-04-19T16:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5c6592fdab6c0618d218e14438de50afe585f7e0'/>
<id>5c6592fdab6c0618d218e14438de50afe585f7e0</id>
<content type='text'>
Set v:windowid as writeable (but read only in the sandbox).

References #3626
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set v:windowid as writeable (but read only in the sandbox).

References #3626
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4604 from dbarnett/vim-60cce2f</title>
<updated>2016-04-19T05:02:25+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-04-19T05:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ba9bdb3e70722942049fc17c52ef3d9eea866256'/>
<id>ba9bdb3e70722942049fc17c52ef3d9eea866256</id>
<content type='text'>
vim-patch:60cce2f</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:60cce2f</pre>
</div>
</content>
</entry>
<entry>
<title>doc: remove redundant, outdated section.</title>
<updated>2016-04-19T04:57:25+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-04-19T04:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1cb8afed7845cf8504bbbb560d04ea980f6b7cc5'/>
<id>1cb8afed7845cf8504bbbb560d04ea980f6b7cc5</id>
<content type='text'>
The new content from bf635102 is retained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new content from bf635102 is retained.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:60cce2f</title>
<updated>2016-04-19T04:50:37+00:00</updated>
<author>
<name>David Barnett</name>
<email>davidbarnett2@gmail.com</email>
</author>
<published>2016-04-19T04:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=43fe335eda6c9f0ef231777aa03836a402d50668'/>
<id>43fe335eda6c9f0ef231777aa03836a402d50668</id>
<content type='text'>
Update runtime files.

https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.

https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:ca63501</title>
<updated>2016-04-19T04:36:16+00:00</updated>
<author>
<name>David Barnett</name>
<email>davidbarnett2@gmail.com</email>
</author>
<published>2016-04-18T16:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0d264abdd070bf28540e12465ee6e36f0d0a06c7'/>
<id>0d264abdd070bf28540e12465ee6e36f0d0a06c7</id>
<content type='text'>
Update various runtime files.

https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update various runtime files.

https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7
</pre>
</div>
</content>
</entry>
</feed>
