demash (Demid Kashirin)
- Login: demash
- Registered on: 07/21/2019
- Last sign in: 07/21/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/21/2019
-
09:08 AM Ruby Bug #16014: Ruby-toggle-block of ruby-mode.el not chomping trialing whitespace
- Description
Ruby toggle block not chomping trailing whitespace in block
Reproduction guide
Start Emacs
Create a ruby file
Write a block such as
```ruby
(1..10).map { |number| number * 2 }
```
Use ruby-toggle-block , - T - {
... -
09:04 AM Ruby Bug #16014 (Third Party's Issue): Ruby-toggle-block of ruby-mode.el not chomping trialing whitespace
- ## Description
Ruby toggle block not chomping trailing whitespace in block
## Reproduction guide
* Start Emacs
* Create a ruby file
* Write a block such as
`(1..10).map { |number| number * 2 }`
* Use `ruby-toggle-block` , - ...