<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc, branch v0.3.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>doc: API</title>
<updated>2018-06-10T22:20:39+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-10T22:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=feaefdfba2b3e30bbc14dd9a7e18219d438a1948'/>
<id>feaefdfba2b3e30bbc14dd9a7e18219d438a1948</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: job/channel, misc #7783</title>
<updated>2018-06-10T22:08:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-12-27T18:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f72f638f976347e2f14fc6ae5e5293c02d5ccfc1'/>
<id>f72f638f976347e2f14fc6ae5e5293c02d5ccfc1</id>
<content type='text'>
doc: termios defaults. ref #6992
doc: :help shell-powershell
doc: provider: Python minimum version is 2.7, 3.4
doc: remove :!start special-case. #5844
doc: mention #7917 change which accepts empty Array for Dictionary parameter
doc: &lt;Cmd&gt; pseudokey
doc: lmap change #5658
doc: -s, -es
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc: termios defaults. ref #6992
doc: :help shell-powershell
doc: provider: Python minimum version is 2.7, 3.4
doc: remove :!start special-case. #5844
doc: mention #7917 change which accepts empty Array for Dictionary parameter
doc: &lt;Cmd&gt; pseudokey
doc: lmap change #5658
doc: -s, -es
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7679 'startup: treat stdin as text instead of commands'</title>
<updated>2018-06-10T13:10:59+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-10T13:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b8363283faac5e02cd9961119da7accb3d35d420'/>
<id>b8363283faac5e02cd9961119da7accb3d35d420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: API: api-buffer-updates</title>
<updated>2018-06-08T08:19:46+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-08T08:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c7e6bb246715c9f1bef4d0ebe0ec361da9c3a07e'/>
<id>c7e6bb246715c9f1bef4d0ebe0ec361da9c3a07e</id>
<content type='text'>
- move to api.txt
- rewrite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move to api.txt
- rewrite
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7917 'API: buffer updates'</title>
<updated>2018-06-08T08:13:04+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-08T08:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f85cbea725b4d21412dc0ddfd07239307b3b63a4'/>
<id>f85cbea725b4d21412dc0ddfd07239307b3b63a4</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:8.0.0255: setpos() does not use the buffer argument for all marks</title>
<updated>2018-06-07T00:37:35+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-06-06T21:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2d456f84d1f87ae9c8ca34db6c68b7d49b786193'/>
<id>2d456f84d1f87ae9c8ca34db6c68b7d49b786193</id>
<content type='text'>
Problem:    When calling setpos() with a buffer argument it often is ignored.
            (Matthew Malcomson)
Solution:   Make the buffer argument work for all marks local to a buffer.
            (neovim vim/vim#5713)  Add more tests.
https://github.com/vim/vim/commit/f13e00b2cf381e13fd327b5387a5bd6f004ac2a3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When calling setpos() with a buffer argument it often is ignored.
            (Matthew Malcomson)
Solution:   Make the buffer argument work for all marks local to a buffer.
            (neovim vim/vim#5713)  Add more tests.
https://github.com/vim/vim/commit/f13e00b2cf381e13fd327b5387a5bd6f004ac2a3
</pre>
</div>
</content>
</entry>
<entry>
<title>win/startup: remove --literal</title>
<updated>2018-06-04T00:09:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-05-29T05:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1f300e08b8c0c35b2f3d79506ae9817cd8591624'/>
<id>1f300e08b8c0c35b2f3d79506ae9817cd8591624</id>
<content type='text'>
Fixes 2 failing tests in startup_spec.lua.

The Windows-only `--literal` option complicates support of "stdin-as-text
+ file-args" (#7679).  Could work around it, but it's not worth
the trouble:
- users have a reasonable (and englightening) alternative: nvim +"n *"
- "always literal" is more consistent/predictable
- avoids platform-specific special-case

Unrelated changes:
- Replace fileno(stdxx) with STDXX_FILENO for consistency (not motivated
  by any observed technical reason).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes 2 failing tests in startup_spec.lua.

The Windows-only `--literal` option complicates support of "stdin-as-text
+ file-args" (#7679).  Could work around it, but it's not worth
the trouble:
- users have a reasonable (and englightening) alternative: nvim +"n *"
- "always literal" is more consistent/predictable
- avoids platform-specific special-case

Unrelated changes:
- Replace fileno(stdxx) with STDXX_FILENO for consistency (not motivated
  by any observed technical reason).
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0519: character classes not well tested (#8460)</title>
<updated>2018-06-01T17:57:22+00:00</updated>
<author>
<name>KunMing Xie</name>
<email>qqzz014@gmail.com</email>
</author>
<published>2018-06-01T17:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=49a497a67c92f339ff9ce2939188b651e250367b'/>
<id>49a497a67c92f339ff9ce2939188b651e250367b</id>
<content type='text'>
Problem:    Character classes are not well tested. They can differ between
            platforms.
Solution:   Add tests.  In the documentation make clear which classes depend
            on what library function.  Only use :cntrl: and :graph: for ASCII.
            (Kazunobu Kuriyama, Dominique Pelle, closes vim/vim#1560)
            Update the documentation.
https://github.com/vim/vim/commit/0c078fc7db2902d4ccba04506db082ddbef45a8c</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Character classes are not well tested. They can differ between
            platforms.
Solution:   Add tests.  In the documentation make clear which classes depend
            on what library function.  Only use :cntrl: and :graph: for ASCII.
            (Kazunobu Kuriyama, Dominique Pelle, closes vim/vim#1560)
            Update the documentation.
https://github.com/vim/vim/commit/0c078fc7db2902d4ccba04506db082ddbef45a8c</pre>
</div>
</content>
</entry>
<entry>
<title>Rename some more, fixe borked renaming</title>
<updated>2018-05-23T20:07:27+00:00</updated>
<author>
<name>KillTheMule</name>
<email>KillTheMule@users.noreply.github.com</email>
</author>
<published>2018-05-18T08:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=65e7f6f0b97b02e323488e06bf0f5df93bbcbf93'/>
<id>65e7f6f0b97b02e323488e06bf0f5df93bbcbf93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify updates_start and updates to lines_event</title>
<updated>2018-05-23T20:07:27+00:00</updated>
<author>
<name>KillTheMule</name>
<email>KillTheMule@users.noreply.github.com</email>
</author>
<published>2018-05-10T13:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ad151847f179e51d70cbde9440e765c2a451a7f6'/>
<id>ad151847f179e51d70cbde9440e765c2a451a7f6</id>
<content type='text'>
Also rename changedtick -&gt; changedtick_event
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename changedtick -&gt; changedtick_event
</pre>
</div>
</content>
</entry>
</feed>
