<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime, 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>Merge branch 'aucmd_textputpost' into 20230125_mix</title>
<updated>2023-02-02T19:02:58+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-02-02T19:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b255fa570d8b041e4c81e3454d51e06100c2fa4f'/>
<id>b255fa570d8b041e4c81e3454d51e06100c2fa4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22098 from tmccombs/sockopen-docs</title>
<updated>2023-02-02T18:09:02+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-02-02T18:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ea4156464c982f0451cd486e2152934c3dd2204'/>
<id>0ea4156464c982f0451cd486e2152934c3dd2204</id>
<content type='text'>
docs: clarify "pipe" mode for sockconnect</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: clarify "pipe" mode for sockconnect</pre>
</div>
</content>
</entry>
<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>build: update release data</title>
<updated>2023-02-02T13:37:44+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-02-02T13:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=405f0a8c3fb6c9941418c4e205b41e3ad32d0fb0'/>
<id>405f0a8c3fb6c9941418c4e205b41e3ad32d0fb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: clarify "pipe" mode for sockconnect</title>
<updated>2023-02-02T08:00:17+00:00</updated>
<author>
<name>Thayne McCombs</name>
<email>astrothayne@gmail.com</email>
</author>
<published>2023-02-02T06:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb97d5425a0b6e77267795607ff45255a4ac1c22'/>
<id>cb97d5425a0b6e77267795607ff45255a4ac1c22</id>
<content type='text'>
Make it more clear that on unix the "pipe" mode of sockconnect uses unix
local domain sockets, not named pipes (FIFOs) which are not currently
supported.

See discussion in #22080.

Signed-off-by: Thayne McCombs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it more clear that on unix the "pipe" mode of sockconnect uses unix
local domain sockets, not named pipes (FIFOs) which are not currently
supported.

See discussion in #22080.

Signed-off-by: Thayne McCombs
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(man): use italics for `&lt;bs&gt;_` (#22086)</title>
<updated>2023-02-01T17:21:42+00:00</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2023-02-01T17:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9ce44a750c2a65082962effe6ce4d185b7698d73'/>
<id>9ce44a750c2a65082962effe6ce4d185b7698d73</id>
<content type='text'>
fix(man): use italics for &lt;bs&gt;_

Even though underline is strictly what this should be. &lt;bs&gt;_ was used by
nroff to indicate italics which wasn't possible on old typewriters so
underline was used. Modern terminals now support italics so lets use
that now.

See:
- https://unix.stackexchange.com/questions/274658/purpose-of-ascii-text-with-overstriking-file-format/274795#274795
- https://cmd.inp.nsk.su/old/cmd2/manuals/unix/UNIX_Unleashed/ch08.htm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(man): use italics for &lt;bs&gt;_

Even though underline is strictly what this should be. &lt;bs&gt;_ was used by
nroff to indicate italics which wasn't possible on old typewriters so
underline was used. Modern terminals now support italics so lets use
that now.

See:
- https://unix.stackexchange.com/questions/274658/purpose-of-ascii-text-with-overstriking-file-format/274795#274795
- https://cmd.inp.nsk.su/old/cmd2/manuals/unix/UNIX_Unleashed/ch08.htm</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>Merge pull request #17537 from bfredl/neolua</title>
<updated>2023-01-31T18:58:33+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-01-31T18:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8376486e8ff1722a0760443fc4a402bdea632dda'/>
<id>8376486e8ff1722a0760443fc4a402bdea632dda</id>
<content type='text'>
refactor(tests): run unittests using main nvim binary - delete separate nvim-test build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor(tests): run unittests using main nvim binary - delete separate nvim-test build</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22005 from clason/sanitize-lang</title>
<updated>2023-01-31T16:28:32+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-31T16:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b11cf5092e0dfe45ee0f9cf0b72ce4ddeb8740c'/>
<id>8b11cf5092e0dfe45ee0f9cf0b72ce4ddeb8740c</id>
<content type='text'>
fix(treesitter): validate language name</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(treesitter): validate language name</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lua): low-level interpreter mode (nvim -ll)</title>
<updated>2023-01-31T12:53:22+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-02-26T14:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d6d6ab3f8e77d54c8030c0c18f17d3c72ac4445c'/>
<id>d6d6ab3f8e77d54c8030c0c18f17d3c72ac4445c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
