<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/ui, branch newfeatures</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>Move colorcolumn character option to fillchars.</title>
<updated>2021-10-05T08:22:00+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-09-22T17:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7090d668776f9d45e8d66ede9690122625bc88d0'/>
<id>7090d668776f9d45e8d66ede9690122625bc88d0</id>
<content type='text'>
listchars is not the right place for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
listchars is not the right place for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(inccommand): ignore trailing commands only for *previewed* command #15638</title>
<updated>2021-09-20T14:33:10+00:00</updated>
<author>
<name>itchyny</name>
<email>itchyny@hatena.ne.jp</email>
</author>
<published>2021-09-20T14:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1f8c91bf729707fdb005292aecca8dd79538f4a5'/>
<id>1f8c91bf729707fdb005292aecca8dd79538f4a5</id>
<content type='text'>
Since the `State` is global, other scripts are unexpectedly affected during the
'inccommand' preview. This commit introduces a new flag for `do_cmdline`, in
order to ignore trailing '|'-separated commands only for the command invoking
the preview.

fix #8796, update #7494</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the `State` is global, other scripts are unexpectedly affected during the
'inccommand' preview. This commit introduces a new flag for `do_cmdline`, in
order to ignore trailing '|'-separated commands only for the command invoking
the preview.

fix #8796, update #7494</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#15547)</title>
<updated>2021-09-18T16:38:58+00:00</updated>
<author>
<name>Jaehwang Jerry Jung</name>
<email>tomtomjhj@gmail.com</email>
</author>
<published>2021-09-18T16:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=de406f651c6f926db4223b69ef312777e8afe01b'/>
<id>de406f651c6f926db4223b69ef312777e8afe01b</id>
<content type='text'>
Problem:    Filler lines are wrong when changing text in diff mode.
Solution:   Don't change the filler lines on every change.  Check
            scrollbinding when updating the filler lines. (closes vim/vim#8809)
https://github.com/vim/vim/commit/04626c243c47af91c2580eaf23e12286180e0e81</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Filler lines are wrong when changing text in diff mode.
Solution:   Don't change the filler lines on every change.  Check
            scrollbinding when updating the filler lines. (closes vim/vim#8809)
https://github.com/vim/vim/commit/04626c243c47af91c2580eaf23e12286180e0e81</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14770 from andrew-pa/fix13403</title>
<updated>2021-09-12T07:23:47+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-09-12T07:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cd4ec810e9f60024518405f50991d34a2c5af325'/>
<id>cd4ec810e9f60024518405f50991d34a2c5af325</id>
<content type='text'>
Fix relative float positioning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix relative float positioning</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): win_viewport also sends line_count #15613</title>
<updated>2021-09-11T02:19:39+00:00</updated>
<author>
<name>Yatao Li</name>
<email>yatli@microsoft.com</email>
</author>
<published>2021-09-11T02:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=086631cd92d7b60f122963f9fd1779583b19004c'/>
<id>086631cd92d7b60f122963f9fd1779583b19004c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(mouse.c): fix mouse drag positions on multigrid #12667</title>
<updated>2021-09-10T14:24:41+00:00</updated>
<author>
<name>Ville Hakulinen</name>
<email>ville.hakulinen@gmail.com</email>
</author>
<published>2021-09-10T14:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0dcfd0e8d101389fb6a33a7e887114ea0c062648'/>
<id>0dcfd0e8d101389fb6a33a7e887114ea0c062648</id>
<content type='text'>
Currently, multigrid mouse drag positions are handled incorrectly if the
drag event is not in the top left grid. Fix this by not adjusting the
position of the event in jump_to_mouse.

related: #15091</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, multigrid mouse drag positions are handled incorrectly if the
drag event is not in the top left grid. Fix this by not adjusting the
position of the event in jump_to_mouse.

related: #15091</pre>
</div>
</content>
</entry>
<entry>
<title>fix(windowing): positioning of relative floats</title>
<updated>2021-09-08T16:31:47+00:00</updated>
<author>
<name>andrew-pa</name>
<email>andrew.pa@outlook.com</email>
</author>
<published>2021-06-11T03:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9065730680d1a52f7487ff555bdb1f5b11904c88'/>
<id>9065730680d1a52f7487ff555bdb1f5b11904c88</id>
<content type='text'>
Fix relative floating windows so that they open in the correct position
relative to each other. Also make sure that their positions are correct
immediately after creation without a redraw.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix relative floating windows so that they open in the correct position
relative to each other. Also make sure that their positions are correct
immediately after creation without a redraw.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(multigrid): #15075 mouse events crash neovim</title>
<updated>2021-09-07T17:57:40+00:00</updated>
<author>
<name>Yatao Li</name>
<email>yatli@microsoft.com</email>
</author>
<published>2021-07-14T18:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=28ac6c00e6f61d40f082af3ae3db380d7951acee'/>
<id>28ac6c00e6f61d40f082af3ae3db380d7951acee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(screen): missing search highlights when redrawing from timer #15380</title>
<updated>2021-09-06T22:18:33+00:00</updated>
<author>
<name>Jit</name>
<email>jityao+github@gmail.com</email>
</author>
<published>2021-09-06T22:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=db695cc4cafa6c26eb71a183cc73a167b842731e'/>
<id>db695cc4cafa6c26eb71a183cc73a167b842731e</id>
<content type='text'>
* Revert "vim-patch:8.1.2294: cursor pos wrong with concealing and search causes a scroll"
* Add a test which covers #13074 910bbc3cca796f7fa941e0f6176cd0061de0e01c
  while reverting the screen.c code changes from there.

Fixes #14064</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "vim-patch:8.1.2294: cursor pos wrong with concealing and search causes a scroll"
* Add a test which covers #13074 910bbc3cca796f7fa941e0f6176cd0061de0e01c
  while reverting the screen.c code changes from there.

Fixes #14064</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(tests): use assert_alive() #15546</title>
<updated>2021-09-01T16:42:53+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-09-01T16:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6751d6254b35d216a86817cd414d5d06e3ff641d'/>
<id>6751d6254b35d216a86817cd414d5d06e3ff641d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
