<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/api/private, branch v0.4.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>Remove excess &lt;stdint.h&gt;</title>
<updated>2019-09-12T02:27:45+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-07-27T11:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6508215b5cde0b1e555d1da6a7cf61f3b1095a48'/>
<id>6508215b5cde0b1e555d1da6a7cf61f3b1095a48</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.1.0362: cannot get the script line number when executing a function</title>
<updated>2019-09-04T04:40:04+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2019-08-25T04:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a2e48b556b7537acd26353b6cc201410be7cf3dc'/>
<id>a2e48b556b7537acd26353b6cc201410be7cf3dc</id>
<content type='text'>
Problem:    Cannot get the script line number when executing a function.
Solution:   Store the line number besides the script ID. (Ozaki Kiichi,
            closes vim/vim#3362)  Also display the line number with ":verbose set".
https://github.com/vim/vim/commit/f29c1c6aa3f365c025890fab5fb9efbe88eb1761
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot get the script line number when executing a function.
Solution:   Store the line number besides the script ID. (Ozaki Kiichi,
            closes vim/vim#3362)  Also display the line number with ":verbose set".
https://github.com/vim/vim/commit/f29c1c6aa3f365c025890fab5fb9efbe88eb1761
</pre>
</div>
</content>
</entry>
<entry>
<title>api: make try_end clean-up after an exception properly. Fixes #10809</title>
<updated>2019-09-02T21:01:16+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-09-02T19:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e07efaff429d8d8634fd059c6295c7ff0b56c6c'/>
<id>7e07efaff429d8d8634fd059c6295c7ff0b56c6c</id>
<content type='text'>
Otherwise `force_abort` will cause an emsg() higher on the stack
to be converted to an exception, even though it is outside any
try/catch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise `force_abort` will cause an emsg() higher on the stack
to be converted to an exception, even though it is outside any
try/catch.
</pre>
</div>
</content>
</entry>
<entry>
<title>API: make nvim_win_set_option() set window-global, not buffer-local #9110</title>
<updated>2019-09-02T02:38:50+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-09-02T02:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fb19aeeb33f76cd3b2fec9f62a22e01c212fb076'/>
<id>fb19aeeb33f76cd3b2fec9f62a22e01c212fb076</id>
<content type='text'>
NB: the `!(flags &amp; SOPT_GLOBAL)` exception is for 'statusline'.
Because `:set statusline=...` sets the global value for _all_ windows,
`:setlocal` is the best we can do there. This is a one-of-a-kind option
that doesn't work like any other option.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NB: the `!(flags &amp; SOPT_GLOBAL)` exception is for 'statusline'.
Because `:set statusline=...` sets the global value for _all_ windows,
`:setlocal` is the best we can do there. This is a one-of-a-kind option
that doesn't work like any other option.</pre>
</div>
</content>
</entry>
<entry>
<title>paste: break lines at CR, CRLF #10877</title>
<updated>2019-08-29T21:45:02+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-29T21:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9f81acc076779f891160423657cc35e6ac37c3e6'/>
<id>9f81acc076779f891160423657cc35e6ac37c3e6</id>
<content type='text'>
Some terminals helpfully translate \n to \r.

fix #10872
ref #10223</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some terminals helpfully translate \n to \r.

fix #10872
ref #10223</pre>
</div>
</content>
</entry>
<entry>
<title>API: nvim_paste</title>
<updated>2019-08-27T20:13:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-24T11:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eacc70fb3ebae6d76112ab10647a42339f5f223f'/>
<id>eacc70fb3ebae6d76112ab10647a42339f5f223f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename: FUNC_API_ASYNC =&gt; FUNC_API_FAST</title>
<updated>2019-06-30T09:33:01+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-06-23T18:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7030d7daf1f40e5a3963340d1107d7b7a713df5f'/>
<id>7030d7daf1f40e5a3963340d1107d7b7a713df5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: allow nvim_buf_attach from lua using callbacks</title>
<updated>2019-06-04T11:45:20+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-05-29T08:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f5c56f03bb9ee25c3d931034497dc76a5591b770'/>
<id>f5c56f03bb9ee25c3d931034497dc76a5591b770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API/nvim_set_keymap: remove mode-shortname aliases</title>
<updated>2019-05-12T11:27:07+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-05-12T11:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=60aaae1c8616a9b32dfed835f9857c72ecaedf73'/>
<id>60aaae1c8616a9b32dfed835f9857c72ecaedf73</id>
<content type='text'>
Reduce the API surface-area a bit. No need to have aliases for a mode.
ref #9924
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce the API surface-area a bit. No need to have aliases for a mode.
ref #9924
</pre>
</div>
</content>
</entry>
<entry>
<title>API/nvim_set_keymap: minor cleanup</title>
<updated>2019-05-12T11:04:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-05-12T11:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f35d233e077539a4ae8591a7a05b4df0f3d598d3'/>
<id>f35d233e077539a4ae8591a7a05b4df0f3d598d3</id>
<content type='text'>
ref #9924
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #9924
</pre>
</div>
</content>
</entry>
</feed>
