<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch fix_semantic_tokens</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>vim-patch:8.2.0188: Check commands don't work well with Vim9 script (#21809)</title>
<updated>2023-01-15T01:08:51+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-15T01:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2f32b1996744b8ad4ab00f11e09f17c27ad7d866'/>
<id>2f32b1996744b8ad4ab00f11e09f17c27ad7d866</id>
<content type='text'>
Problem:    Check commands don't work well with Vim9 script.
Solution:   Improve constant expression handling.

https://github.com/vim/vim/commit/7f829cab356d63b8e59559285593777a66bcc02b

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Check commands don't work well with Vim9 script.
Solution:   Improve constant expression handling.

https://github.com/vim/vim/commit/7f829cab356d63b8e59559285593777a66bcc02b

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4570: no command line completion for :profile and :profdel</title>
<updated>2023-01-14T23:59:45+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T22:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=064fdad98c6eed5f42b72eeeb3efe458fefb377d'/>
<id>064fdad98c6eed5f42b72eeeb3efe458fefb377d</id>
<content type='text'>
Problem:    No command line completion for :profile and :profdel.
Solution:   Implement completion. (Yegappan Lakshmanan, closes vim/vim#9955)

https://github.com/vim/vim/commit/1fdf84e033f8c4eead3b4ccebb1969cfbc7d10db

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No command line completion for :profile and :profdel.
Solution:   Implement completion. (Yegappan Lakshmanan, closes vim/vim#9955)

https://github.com/vim/vim/commit/1fdf84e033f8c4eead3b4ccebb1969cfbc7d10db

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4565: no command line completion for :breakadd and :breakdel</title>
<updated>2023-01-14T23:59:45+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T22:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f2056e4045a667447392f5e17c27b0f72ec7b8e0'/>
<id>f2056e4045a667447392f5e17c27b0f72ec7b8e0</id>
<content type='text'>
Problem:    No command line completion for :breakadd and :breakdel.
Solution:   Add completion for :breakadd and :breakdel. (Yegappan Lakshmanan,
            closes vim/vim#9950)

https://github.com/vim/vim/commit/6e2e2cc95b913e33145047e0fade5193da6e4379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No command line completion for :breakadd and :breakdel.
Solution:   Add completion for :breakadd and :breakdel. (Yegappan Lakshmanan,
            closes vim/vim#9950)

https://github.com/vim/vim/commit/6e2e2cc95b913e33145047e0fade5193da6e4379
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4563: "z=" in Visual mode may go beyond the end of the line</title>
<updated>2023-01-14T23:59:45+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T22:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=89f45dc155d24e797c144b32de109b64368f20ea'/>
<id>89f45dc155d24e797c144b32de109b64368f20ea</id>
<content type='text'>
Problem:    "z=" in Visual mode may go beyond the end of the line.
Solution:   Adjust "badlen".

https://github.com/vim/vim/commit/5c68617d395f9d7b824f68475b24ce3e38d653a3

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "z=" in Visual mode may go beyond the end of the line.
Solution:   Adjust "badlen".

https://github.com/vim/vim/commit/5c68617d395f9d7b824f68475b24ce3e38d653a3

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4585: cannot use keypad page-up/down for completion menu</title>
<updated>2023-01-14T23:36:58+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T23:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=940643aa331e31678467c770b77808e0b4240b34'/>
<id>940643aa331e31678467c770b77808e0b4240b34</id>
<content type='text'>
Problem:    Cannot use keypad page-up/down for completion menu.
Solution:   Recognize the keypad keys. (Yegappan Lakshmanan, closes vim/vim#9963)

https://github.com/vim/vim/commit/155b0882088ff115dcfb6ce466fe7c8cc2bef349

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use keypad page-up/down for completion menu.
Solution:   Recognize the keypad keys. (Yegappan Lakshmanan, closes vim/vim#9963)

https://github.com/vim/vim/commit/155b0882088ff115dcfb6ce466fe7c8cc2bef349

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4579: cannot use page-up and page-down in the cmdline popup menu</title>
<updated>2023-01-14T23:36:58+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T23:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=066a1a069b2b0d97308ed2bdb18fbef488051e12'/>
<id>066a1a069b2b0d97308ed2bdb18fbef488051e12</id>
<content type='text'>
Problem:    Cannot use page-up and page-down in the command line completion
            popup menu.
Solution:   Check for to page-up and page-down keys. (Yegappan Lakshmanan,
            closes vim/vim#9960)

https://github.com/vim/vim/commit/5cffa8df7e3c28681b9e5deef6df395784359b6b

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use page-up and page-down in the command line completion
            popup menu.
Solution:   Check for to page-up and page-down keys. (Yegappan Lakshmanan,
            closes vim/vim#9960)

https://github.com/vim/vim/commit/5cffa8df7e3c28681b9e5deef6df395784359b6b

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set</title>
<updated>2023-01-14T23:00:53+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T23:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=44710a91d06cdd6cba01a2d62fc9652f94651363'/>
<id>44710a91d06cdd6cba01a2d62fc9652f94651363</id>
<content type='text'>
Problem:    Cmdline popup menu not removed when 'lazyredraw' is set.
Solution:   Temporarily reset 'lazyredraw' when removing the popup menu.
            (closes vim/vim#9857)

https://github.com/vim/vim/commit/5c52be40fbab14e050d7494d85be9039f07f7f8f

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cmdline popup menu not removed when 'lazyredraw' is set.
Solution:   Temporarily reset 'lazyredraw' when removing the popup menu.
            (closes vim/vim#9857)

https://github.com/vim/vim/commit/5c52be40fbab14e050d7494d85be9039f07f7f8f

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4406: expand functions use confusing argument names (#21800)</title>
<updated>2023-01-14T15:44:38+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T15:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b86cb8f5b26699ead075cb6660c9236dfb5c495'/>
<id>8b86cb8f5b26699ead075cb6660c9236dfb5c495</id>
<content type='text'>
Problem:    Expand functions use confusing argument names.
Solution:   Rename "file" to "match".  Refactor some completion code.  Add a
            few more tests. (Yegappan Lakshmanan, closes vim/vim#9790)

https://github.com/vim/vim/commit/24384308635f40b15d399fbd4e60c25d5e21ed8d

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Expand functions use confusing argument names.
Solution:   Rename "file" to "match".  Refactor some completion code.  Add a
            few more tests. (Yegappan Lakshmanan, closes vim/vim#9790)

https://github.com/vim/vim/commit/24384308635f40b15d399fbd4e60c25d5e21ed8d

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4398: some command completion functions are too long (#21799)</title>
<updated>2023-01-14T14:28:21+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T14:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=686168c648e46986088f677028c2b245f6b78303'/>
<id>686168c648e46986088f677028c2b245f6b78303</id>
<content type='text'>
Problem:    Some command completion functions are too long.
Solution:   Refactor code into separate functions.  Add a few more tests.
            (Yegappan Lakshmanan, closes vim/vim#9785)

https://github.com/vim/vim/commit/b31aec3b9387ed12677dca09069c3ae98c6c7447

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some command completion functions are too long.
Solution:   Refactor code into separate functions.  Add a few more tests.
            (Yegappan Lakshmanan, closes vim/vim#9785)

https://github.com/vim/vim/commit/b31aec3b9387ed12677dca09069c3ae98c6c7447

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1195: restoring KeyTyped when building statusline not tested</title>
<updated>2023-01-14T12:27:40+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-14T11:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d98e4e4b2ecd84162635a5f354dc4ddc6a49abc5'/>
<id>d98e4e4b2ecd84162635a5f354dc4ddc6a49abc5</id>
<content type='text'>
Problem:    Restoring KeyTyped when building statusline not tested.
Solution:   Add a test.  Clean up and fix other tests. (closes vim/vim#11815)

https://github.com/vim/vim/commit/378e6c03f98efc88e8c2675e05a548f9bb7889a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Restoring KeyTyped when building statusline not tested.
Solution:   Add a test.  Clean up and fix other tests. (closes vim/vim#11815)

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