<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch 20230125_mix</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:9.0.1274: FIRRTL files are not recognized (#22102)</title>
<updated>2023-02-02T16:26:22+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-02-02T16:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c05b3c3bbdef4018ce70f0c822c4a55654a9c186'/>
<id>c05b3c3bbdef4018ce70f0c822c4a55654a9c186</id>
<content type='text'>
Problem:    FIRRTL files are not recognized.
Solution:   Add a pattern for FIRRTL files. (Amaan Qureshi, closes vim/vim#11931)

https://github.com/vim/vim/commit/685bf83b73d0fe6fd36bb2949bebd6aae66a139e

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    FIRRTL files are not recognized.
Solution:   Add a pattern for FIRRTL files. (Amaan Qureshi, closes vim/vim#11931)

https://github.com/vim/vim/commit/685bf83b73d0fe6fd36bb2949bebd6aae66a139e

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1273: "1v" may select block with wrong size (#22092)</title>
<updated>2023-02-02T00:05:15+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-02T00:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fa35d3c33a74123a3a3374566652161d3ad6ee5c'/>
<id>fa35d3c33a74123a3a3374566652161d3ad6ee5c</id>
<content type='text'>
Problem:    "1v" may select block with wrong size. (Evgeni Chasnovski)
Solution:   Compute "curswant" in the right line. (closes vim/vim#11925)

https://github.com/vim/vim/commit/8f531662e28c37560bf5ac20a059bf00d01ee5a4

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "1v" may select block with wrong size. (Evgeni Chasnovski)
Solution:   Compute "curswant" in the right line. (closes vim/vim#11925)

https://github.com/vim/vim/commit/8f531662e28c37560bf5ac20a059bf00d01ee5a4

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1268: .clangd and .stylelintrc files don't get a filetype (#22079)</title>
<updated>2023-02-01T09:08:50+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-02-01T09:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d63ad600e0571ccf07eed1e841e8519da7d4af9f'/>
<id>d63ad600e0571ccf07eed1e841e8519da7d4af9f</id>
<content type='text'>
Problem:    .clangd and .stylelintrc files don't get a filetype.
Solution:   Use yaml for .clangd and json for .stylelintrc files. (Mark
            Skelton, closes vim/vim#11916)

https://github.com/vim/vim/commit/9c51798a1f3b79ace5ae0551a8bb122025ac94ed

Co-authored-by: Mark Skelton &lt;mdskelton99@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    .clangd and .stylelintrc files don't get a filetype.
Solution:   Use yaml for .clangd and json for .stylelintrc files. (Mark
            Skelton, closes vim/vim#11916)

https://github.com/vim/vim/commit/9c51798a1f3b79ace5ae0551a8bb122025ac94ed

Co-authored-by: Mark Skelton &lt;mdskelton99@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1270: crash when using search stat in narrow screen (#22078)</title>
<updated>2023-02-01T00:21:32+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-01T00:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7880eeb2ee9d4a0d3eeeec58c8af9a144c8d5e77'/>
<id>7880eeb2ee9d4a0d3eeeec58c8af9a144c8d5e77</id>
<content type='text'>
Problem:    Crash when using search stat in narrow screen.
Solution:   Check length of message. (closes vim/vim#11921)

https://github.com/vim/vim/commit/a7d36b732070944aab614944075ec0b409311482</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using search stat in narrow screen.
Solution:   Check length of message. (closes vim/vim#11921)

https://github.com/vim/vim/commit/a7d36b732070944aab614944075ec0b409311482</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1263: KDL files are not recognized (#22058)</title>
<updated>2023-01-31T07:12:10+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-31T07:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b649a96fc09fa7f18a988b0b0be5dadb54ad49de'/>
<id>b649a96fc09fa7f18a988b0b0be5dadb54ad49de</id>
<content type='text'>
Problem:    KDL files are not recognized.
Solution:   Add a pattern for KDL files. (Amaan Qureshi, closes vim/vim#11898)

https://github.com/vim/vim/commit/907349a74331fc1bc48cf43c1e7d54cb9e0e4fc9

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    KDL files are not recognized.
Solution:   Add a pattern for KDL files. (Amaan Qureshi, closes vim/vim#11898)

https://github.com/vim/vim/commit/907349a74331fc1bc48cf43c1e7d54cb9e0e4fc9

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1261: Elsa files are not recognized (#22047)</title>
<updated>2023-01-29T19:19:07+00:00</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-01-29T19:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c9ac4e487706658852f0e6c2e71cf669dafba90b'/>
<id>c9ac4e487706658852f0e6c2e71cf669dafba90b</id>
<content type='text'>
Problem: Elsa files are not recognized.
Solution: Add the name of Elsa files. (Amaan Qureshi)

https://github.com/vim/vim/commit/2a99fe6c41efcd5d1eb47823e7e73cf391e230ba</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: Elsa files are not recognized.
Solution: Add the name of Elsa files. (Amaan Qureshi)

https://github.com/vim/vim/commit/2a99fe6c41efcd5d1eb47823e7e73cf391e230ba</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1256: NetworkManager connection files are not recognized (#22038)</title>
<updated>2023-01-29T09:39:20+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-29T09:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8144deb0989ea5c61fe9a1a5802d230eba33dfdd'/>
<id>8144deb0989ea5c61fe9a1a5802d230eba33dfdd</id>
<content type='text'>
Problem:    NetworkManager connection files are not recognized.
Solution:   Add a pattern for NetworkManager connection files. (closes vim/vim#11893)

https://github.com/vim/vim/commit/04e4f1d98556e67d7337224b67b71c828410ee0f

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    NetworkManager connection files are not recognized.
Solution:   Add a pattern for NetworkManager connection files. (closes vim/vim#11893)

https://github.com/vim/vim/commit/04e4f1d98556e67d7337224b67b71c828410ee0f

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1255: changing 'virtualedit' does not have immediate effect (#22039)</title>
<updated>2023-01-28T23:42:22+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-28T23:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4c90a84c61d19e5131579b2c38960de3ec8e4a5e'/>
<id>4c90a84c61d19e5131579b2c38960de3ec8e4a5e</id>
<content type='text'>
Problem:    Changing 'virtualedit' does not have immediate effect.
Solution:   Correct how is checked for a changed value. (closes vim/vim#11878)

https://github.com/vim/vim/commit/8fe5b9c8c1223861cec0484ccc031858ae08d107

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Changing 'virtualedit' does not have immediate effect.
Solution:   Correct how is checked for a changed value. (closes vim/vim#11878)

https://github.com/vim/vim/commit/8fe5b9c8c1223861cec0484ccc031858ae08d107

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix(test): unset XDG_CONFIG_HOME when running oldtest</title>
<updated>2023-01-27T09:48:00+00:00</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2023-01-27T09:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9b43dcdbff4fd9418a66a4b356e3cb8a11762971'/>
<id>9b43dcdbff4fd9418a66a4b356e3cb8a11762971</id>
<content type='text'>
- also fix test_taglist.vim for users running with a tags file created
  in runtime/doc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- also fix test_taglist.vim for users running with a tags file created
  in runtime/doc</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1242: code for :runtime completion is not consistent</title>
<updated>2023-01-26T03:55:34+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-26T02:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ebc80dcded59b3b9de147091395f7570066fb00c'/>
<id>ebc80dcded59b3b9de147091395f7570066fb00c</id>
<content type='text'>
Problem:    Code for :runtime completion is not consistent.
Solution:   Make code for cmdline expansion more consistent. (closes vim/vim#11875)

https://github.com/vim/vim/commit/b0d45ec67f4976318f199a7929ad3bcf93686fd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code for :runtime completion is not consistent.
Solution:   Make code for cmdline expansion more consistent. (closes vim/vim#11875)

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