<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kakoune.git/test/indent/ruby, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/'/>
<entry>
<title>rc filetype: add some missing ModeChange hooks for trim-indent</title>
<updated>2022-05-29T06:23:33+00:00</updated>
<author>
<name>Johannes Altmanninger</name>
<email>aclopte@gmail.com</email>
</author>
<published>2022-04-30T09:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=fea851b78b5ad2ba628896e4c8006c3c354cd6d6'/>
<id>fea851b78b5ad2ba628896e4c8006c3c354cd6d6</id>
<content type='text'>
Some languages have a trim-indent command but don't use it (for no
apparent reason). Make them trim trailing spaces when exiting insert
mode, like most other languages support scripts do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some languages have a trim-indent command but don't use it (for no
apparent reason). Make them trim trailing spaces when exiting insert
mode, like most other languages support scripts do.
</pre>
</div>
</content>
</entry>
<entry>
<title>Event better tests for comments</title>
<updated>2021-06-06T08:27:39+00:00</updated>
<author>
<name>Dmitry Matveyev</name>
<email>greenfork.lists@yandex.com</email>
</author>
<published>2021-06-06T08:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=4e94bf0e41f3e6fab5ef349476997bea8c854bb0'/>
<id>4e94bf0e41f3e6fab5ef349476997bea8c854bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better comment inserting tests and fix implementation</title>
<updated>2021-06-06T08:13:34+00:00</updated>
<author>
<name>Dmitry Matveyev</name>
<email>greenfork.lists@yandex.com</email>
</author>
<published>2021-06-06T08:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=0b1654b0cf1582f73939aa36ffa8ebf70d5565ab'/>
<id>0b1654b0cf1582f73939aa36ffa8ebf70d5565ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Ruby &lt;ret&gt; mid-comment</title>
<updated>2021-06-05T18:38:36+00:00</updated>
<author>
<name>Dmitry Matveyev</name>
<email>greenfork.lists@yandex.com</email>
</author>
<published>2021-06-05T18:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=fcc04384d13a380dd10d3049c54d7c460aa6bf31'/>
<id>fcc04384d13a380dd10d3049c54d7c460aa6bf31</id>
<content type='text'>
Implementation is copied from Nim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implementation is copied from Nim.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for electric indentation in Ruby</title>
<updated>2021-06-05T18:27:45+00:00</updated>
<author>
<name>Dmitry Matveyev</name>
<email>greenfork.lists@yandex.com</email>
</author>
<published>2021-06-05T17:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=148ad6c1abdb02f14a76ebec75e0976543f063d7'/>
<id>148ad6c1abdb02f14a76ebec75e0976543f063d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for autoformatting after do keyword in Ruby</title>
<updated>2019-06-12T06:03:24+00:00</updated>
<author>
<name>Dmitry Matveyev</name>
<email>dm.matveyev@protonmail.com</email>
</author>
<published>2019-06-07T21:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=01159a9e726ba45ab95cb2e853b76fa16a86f52a'/>
<id>01159a9e726ba45ab95cb2e853b76fa16a86f52a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add categories in rc/</title>
<updated>2019-03-21T00:06:16+00:00</updated>
<author>
<name>Alex Leferry 2</name>
<email>alexherbo2@gmail.com</email>
</author>
<published>2019-03-18T18:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=c0dccdd90dd615cf663d95fd94fbdbdf2a88b165'/>
<id>c0dccdd90dd615cf663d95fd94fbdbdf2a88b165</id>
<content type='text'>
Closes #2783
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2783
</pre>
</div>
</content>
</entry>
<entry>
<title>ruby.kak: Refactor end autoinsertion logic to be more robust</title>
<updated>2018-04-14T02:47:42+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2018-04-14T02:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=567c82840a907d0baa831c352666bb80bca0cbfc'/>
<id>567c82840a907d0baa831c352666bb80bca0cbfc</id>
<content type='text'>
Fixes the bug described by PR #1994
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the bug described by PR #1994
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for buggy ruby method newline</title>
<updated>2018-04-10T23:30:12+00:00</updated>
<author>
<name>Nate Clark</name>
<email>natec425@gmail.com</email>
</author>
<published>2018-04-10T23:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=27604359d4842d56b020b47b6ba97a5d40b29e1e'/>
<id>27604359d4842d56b020b47b6ba97a5d40b29e1e</id>
<content type='text'>
Currently, inserting a newline after a ruby method will incorrectly
cause the following line to repeat the method header. This commit
adds a test case to illustrate the bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, inserting a newline after a ruby method will incorrectly
cause the following line to repeat the method header. This commit
adds a test case to illustrate the bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Ruby indentation test</title>
<updated>2018-03-02T13:13:19+00:00</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2018-03-02T13:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=79af68843e544b9e4e32251feb9c8fcb2a005b2d'/>
<id>79af68843e544b9e4e32251feb9c8fcb2a005b2d</id>
<content type='text'>
See https://github.com/mawww/kakoune/issues/1525#issuecomment-324571751.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/mawww/kakoune/issues/1525#issuecomment-324571751.
</pre>
</div>
</content>
</entry>
</feed>
