<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/tutor/en, branch userreg</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>fix(tutor): Tutor steps don't work on Windows #25251</title>
<updated>2023-09-26T13:31:35+00:00</updated>
<author>
<name>Leonardo Mello</name>
<email>lsvmello@gmail.com</email>
</author>
<published>2023-09-26T13:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bc6fc0123d2f02b1f209cbec740665033fbb5892'/>
<id>bc6fc0123d2f02b1f209cbec740665033fbb5892</id>
<content type='text'>
Problem:
Some steps in :Tutor don't work on Windows.

Solution:
Add support for `{unix:...,win:...}` format and transform the Tutor contents
depending on the platform.
Fix https://github.com/neovim/neovim/issues/24166</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
Some steps in :Tutor don't work on Windows.

Solution:
Add support for `{unix:...,win:...}` format and transform the Tutor contents
depending on the platform.
Fix https://github.com/neovim/neovim/issues/24166</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutor): clarify the meaning of ✗ and ✓ (#25204)</title>
<updated>2023-09-17T00:48:13+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-09-17T00:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=aac85b8d6b803318d9cbf6e496aac1cd223b4550'/>
<id>aac85b8d6b803318d9cbf6e496aac1cd223b4550</id>
<content type='text'>
Also reformat tutor.tutor.json to use 2-space indent while at it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also reformat tutor.tutor.json to use 2-space indent while at it.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(tutor): don't use concealed text in expected lines #24316</title>
<updated>2023-07-11T17:09:44+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2023-07-11T17:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bf5703042b50c858bfc4633b1807c961089ec5e1'/>
<id>bf5703042b50c858bfc4633b1807c961089ec5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutor): modify for Neovim rather than Vim (#17092)</title>
<updated>2022-01-30T12:53:01+00:00</updated>
<author>
<name>Rory Nesbitt</name>
<email>hamster2020@live.com</email>
</author>
<published>2022-01-30T12:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=46bd48f7e902250dbccdea71ec6eb3888588133f'/>
<id>46bd48f7e902250dbccdea71ec6eb3888588133f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(tutor): formatting, layout #15098</title>
<updated>2021-08-30T12:27:35+00:00</updated>
<author>
<name>Oliver Marriott</name>
<email>rktjmp@users.noreply.github.com</email>
</author>
<published>2021-08-30T12:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c52ec8f9eb397da3440dcd821c41d5687b46ec16'/>
<id>c52ec8f9eb397da3440dcd821c41d5687b46ec16</id>
<content type='text'>
* fix(tutor): adjust over-80ch lines and corresponding expect file
* fix(tutor): standardise indentation and formatting, add nowrap modeline

- unifies the formatting/layout, which was a bit inconsistent,
- adds a nowrap modeline

Since the tutor uses a lot of conceals, which are included in the character
count when calculating line wrapping, lines were breaking at what looked like
odd spots, which gives a poor first impression and lowered readability.

I have adjusted some lines to be over 80ch in the source, but once they're
rendered out with conceals, they're actually under 80, so even with nowrap we
don't visually extend past 80.

fix #15088</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix(tutor): adjust over-80ch lines and corresponding expect file
* fix(tutor): standardise indentation and formatting, add nowrap modeline

- unifies the formatting/layout, which was a bit inconsistent,
- adds a nowrap modeline

Since the tutor uses a lot of conceals, which are included in the character
count when calculating line wrapping, lines were breaking at what looked like
odd spots, which gives a poor first impression and lowered readability.

I have adjusted some lines to be over 80ch in the source, but once they're
rendered out with conceals, they're actually under 80, so even with nowrap we
don't visually extend past 80.

fix #15088</pre>
</div>
</content>
</entry>
<entry>
<title>tutor: change arrows (---&gt;) to symbols ✗ and ✓ #11404</title>
<updated>2019-11-16T23:35:32+00:00</updated>
<author>
<name>Nikolay Shebanov</name>
<email>nikolay.shebanov@gmail.com</email>
</author>
<published>2019-11-16T23:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7116a41e30903580b7527203b87f6afb26095654'/>
<id>7116a41e30903580b7527203b87f6afb26095654</id>
<content type='text'>
* Display ✓ or ✗ based on the line user sees
* Add vim-tutor-mode expectations to the lines marked with an arrow.
* Fix some existing expectations to behave predictably.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Display ✓ or ✗ based on the line user sees
* Add vim-tutor-mode expectations to the lines marked with an arrow.
* Fix some existing expectations to behave predictably.</pre>
</div>
</content>
</entry>
<entry>
<title>runtime/tutor [ci skip] #9990</title>
<updated>2019-05-09T21:32:57+00:00</updated>
<author>
<name>juliancoffee</name>
<email>42647349+juliancoffee@users.noreply.github.com</email>
</author>
<published>2019-05-09T21:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a541c681f6a2abc1c8e094000321d9fec752a6fd'/>
<id>a541c681f6a2abc1c8e094000321d9fec752a6fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: xdg, MAINTAIN.md, channel-id, job control</title>
<updated>2018-10-11T17:32:31+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-08-05T01:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b11f5aa119af001a6ebee4cb610ff2cce20936ce'/>
<id>b11f5aa119af001a6ebee4cb610ff2cce20936ce</id>
<content type='text'>
- tutor: emphasize K
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- tutor: emphasize K
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: remove mentions of vimrc_example</title>
<updated>2018-05-22T20:46:44+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-05-22T20:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0'/>
<id>f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0</id>
<content type='text'>
closes #8426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #8426
</pre>
</div>
</content>
</entry>
<entry>
<title>tutor: readjust tutor for 80 char wide terminals</title>
<updated>2018-01-01T13:26:45+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2018-01-01T13:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f4e372c8abed86650b22fdb5b50c9ac82dae6613'/>
<id>f4e372c8abed86650b22fdb5b50c9ac82dae6613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
